]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Text.cpp
Launch web browsers on Linux.
[lugaru.git] / Source / Text.cpp
index f41fb6b8e369aec0432dabc5417957685e041dbb..cc8ba278a13a3751607cc8bdef8f56bd9c932a62 100644 (file)
@@ -257,5 +257,6 @@ Text::~Text()
                glDeleteLists(base, 512);
                base = 0;
        }
-       if (FontTexture) glDeleteTextures( 1, (const unsigned long *)&FontTexture );
+       if (FontTexture) glDeleteTextures( 1, &FontTexture );
 }
+