|
|
@@ -51,10 +51,10 @@
|
|
|
|
|
|
#ifdef IS_OSX
|
|
|
#include <OpenGLES/ES2/gl.h>
|
|
|
- #include <OpenGLES/ES2/glext.h>
|
|
|
+// #include <OpenGLES/ES2/glext.h>
|
|
|
#else
|
|
|
#include <GLES2/gl2.h>
|
|
|
- #include <GLES2/gl2ext.h>
|
|
|
+// #include <GLES2/gl2ext.h>
|
|
|
#endif
|
|
|
|
|
|
#include "panda_esgl2ext.h"
|