Mac OS X portability changes.

ver1_5_1
Chris Laurel 2002-03-27 01:49:47 +00:00
parent bd1d0c089a
commit 7d570f397f
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ bool TextureFont::buildTexture()
if (texName != 0)
glDeleteTextures(1, (const GLuint*) &texName);
glGenTextures(1, (const GLuint*) &texName);
glGenTextures(1, (GLuint*) &texName);
if (texName == 0)
{
DPRINTF(0, "Failed to allocate texture object for font.\n");