Merge pull request #959 from dumganhar/typo_fix

Typo fixed in CCGL.h
This commit is contained in:
James Chen 2012-05-31 23:50:11 -07:00
commit f6ae01c523
3 changed files with 3 additions and 3 deletions

View File

@ -53,4 +53,4 @@ extern PFNGLDELETEVERTEXARRAYSOESPROC glDeleteVertexArraysOESEXT;
#define glDeleteVertexArraysOES glDeleteVertexArraysOESEXT
#endif // __PLATFOMR_CCGL_H__
#endif // __CCGL_H__

View File

@ -34,4 +34,4 @@ THE SOFTWARE.
#include <OPenGLES/ES2/glext.h>
#endif // __PLATFOMR_CCGL_H__
#endif // __CCGL_H__

View File

@ -27,4 +27,4 @@ THE SOFTWARE.
#include "GL/glew.h"
#endif // __PLATFOMR_CCGL_H__
#endif // __CCGL_H__