*** empty log message ***

This commit is contained in:
Roger Hughston 2006-03-21 19:58:50 +00:00
parent ed28850efa
commit beee323924

View File

@ -39,7 +39,6 @@
// This forces the stuff in panda_glext.h to be reloaded,
// if it was already loaded.
#if defined(GL_GLEXT_VERSION) && GL_GLEXT_VERSION < 29
#undef GL_GLEXT_VERSION
#undef GL_GLEXT_PROTOTYPES
@ -51,6 +50,11 @@
#endif
#endif
#ifdef IS_OSX
#undef GL_GLEXT_VERSION
#undef GL_GLEXT_PROTOTYPES
#endif
#include "panda_glext.h"
#include "glmisc_src.h"