X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FText.cpp;h=4c22f0fd973e08b0a85e47298fc0ab1bfa47ea95;hb=bbf8873b80baf3cb468ac12b3f62b0938320fef1;hp=0652c87b2d4085820d13aeef395a496f15dfe9a1;hpb=989f3b946207167eb2a1e258a48f16592183f356;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