X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FText.cpp;h=4c22f0fd973e08b0a85e47298fc0ab1bfa47ea95;hb=46cff1de1e828cb8c04a5dc5377bc07baae57858;hp=0652c87b2d4085820d13aeef395a496f15dfe9a1;hpb=af283344ca70f7fbe9abd0d269511bc4ec3ff4bf;p=lugaru.git diff --git a/Source/Text.cpp b/Source/Text.cpp index 0652c87..4c22f0f 100644 --- a/Source/Text.cpp +++ b/Source/Text.cpp @@ -78,8 +78,10 @@ void Text::BuildFont() // Build Our Font Display List if (base) { - LOG("Font already created..."); - return; + glDeleteLists(base, 512); + base = 0; + //LOG("Font already created..."); + //return; } // base=glGenLists(256); // Creating 256 Display Lists