Replaced texture compression extension define so that its #ifndef guard used

GL_ARB_texture_compression as natured intended.
This commit is contained in:
Robert Osfield
2002-04-23 09:06:03 +00:00
parent 7eb0396711
commit a9bf24cf71

View File

@@ -11,7 +11,7 @@
#include <osg/GLU>
#ifndef PFNGLCOMPRESSEDTEXIMAGE2DARBPROC
#ifndef GL_ARB_texture_compression
typedef void (APIENTRY * PFNGLCOMPRESSEDTEXIMAGE2DARBPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data);
#endif