Browse Source

Fixed a version number

Josh Yelon 20 years ago
parent
commit
62fbd49535
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/glstuff/panda_glext.h

+ 1 - 1
panda/src/glstuff/panda_glext.h

@@ -1,6 +1,6 @@
 /* Additions by drose to re-include this glext.h even if an older
 /* Additions by drose to re-include this glext.h even if an older
    version has previously been included. */
    version has previously been included. */
-#if defined(GL_GLEXT_VERSION) && GL_GLEXT_VERSION < 21
+#if defined(GL_GLEXT_VERSION) && GL_GLEXT_VERSION < 29
   #undef GL_GLEXT_VERSION
   #undef GL_GLEXT_VERSION
 #endif
 #endif
 #ifndef GL_GLEXT_VERSION
 #ifndef GL_GLEXT_VERSION