fixed #1453, fix a typo in platform/ios/CCGL.h

#include <OPenGLES/ES2/glext.h> is fixed to #include <OpenGLES/ES2/glext.h>
This commit is contained in:
Walzer 2012-09-10 15:05:56 +08:00
parent c9ca584726
commit b1572beb0b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ THE SOFTWARE.
#define CC_GL_DEPTH24_STENCIL8 GL_DEPTH24_STENCIL8_OES
#include <OpenGLES/ES2/gl.h>
#include <OPenGLES/ES2/glext.h>
#include <OpenGLES/ES2/glext.h>
#endif // __CCGL_H__