diff --git a/cocos2dx/textures/CCTexturePVR.cpp b/cocos2dx/textures/CCTexturePVR.cpp index 467847ae5b..00aa5c0ef8 100644 --- a/cocos2dx/textures/CCTexturePVR.cpp +++ b/cocos2dx/textures/CCTexturePVR.cpp @@ -547,7 +547,7 @@ bool TexturePVR::createGLTexture() glPixelStorei(GL_UNPACK_ALIGNMENT,1); glGenTextures(1, &_name); - glBindTexture(GL_TEXTURE_2D, _name); + ccGLBindTexture2D(_name); // Default: Anti alias. if (_numberOfMipmaps == 1)