X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FText.cpp;h=5b90b6ac6495bb0c7be1b17de47347b233bf6c06;hb=794f89c25569a9bf50f167689ca0faa3dcffc577;hp=1c00920a3153c162bd447426f9218e32e3837c8b;hpb=5509b55dbc13227bdc7b97f2934fa71dad02cc66;p=lugaru.git diff --git a/Source/Text.cpp b/Source/Text.cpp index 1c00920..5b90b6a 100644 --- a/Source/Text.cpp +++ b/Source/Text.cpp @@ -28,7 +28,7 @@ void Text::LoadFontTexture(const char *fileName) LOG(std::string("Loading font texture...") + fileName); - FontTexture.load(fileName, false, false); + FontTexture.load(fileName, false); if (base) { glDeleteLists(base, 512); base = 0;