Replaced #ifndef GL_TEXTURE_3D by GL_TEXTRE_BINDING_3D as the former was a copy

and paste error.
This commit is contained in:
Robert Osfield
2004-10-06 12:02:37 +00:00
parent 7e4d34c57a
commit 976140f1d7

View File

@@ -136,7 +136,7 @@
#define GL_TEXTURE_3D 0x806F
#endif
#ifndef GL_TEXTURE_3D
#ifndef GL_TEXTURE_BINDING_3D
#define GL_TEXTURE_BINDING_3D 0x806A
#endif