]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Text.cpp
More work: compiles, missing like 5 symbols.
[lugaru.git] / Source / Text.cpp
index 221fc22970a2994967bf6c157a4b9fc3ef642c74..cc8ba278a13a3751607cc8bdef8f56bd9c932a62 100644 (file)
@@ -257,6 +257,6 @@ Text::~Text()
                glDeleteLists(base, 512);
                base = 0;
        }
-       if (FontTexture) glDeleteTextures( 1, (const unsigned long *)&FontTexture );
+       if (FontTexture) glDeleteTextures( 1, &FontTexture );
 }