diff --git a/spine-cocos2dx/src/spine-cocos2dx/CCSkeleton.cpp b/spine-cocos2dx/src/spine-cocos2dx/CCSkeleton.cpp index 627287877..347e511af 100644 --- a/spine-cocos2dx/src/spine-cocos2dx/CCSkeleton.cpp +++ b/spine-cocos2dx/src/spine-cocos2dx/CCSkeleton.cpp @@ -67,7 +67,7 @@ void CCSkeleton::update (float deltaTime) { void CCSkeleton::draw () { CC_NODE_DRAW_SETUP(); - glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); + ccGLBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); skeleton->draw(); if (debug) {