mirror of https://github.com/axmolengine/axmol.git
remove cc prefix
This commit is contained in:
parent
89cd2a300e
commit
66e37cf481
|
@ -247,7 +247,7 @@ void Bone::applyParentTransform(Bone *parent)
|
|||
}
|
||||
|
||||
|
||||
void CCBone::setBlendFunc(const BlendFunc& blendFunc)
|
||||
void Bone::setBlendFunc(const BlendFunc& blendFunc)
|
||||
{
|
||||
if (_blendFunc.src != blendFunc.src || _blendFunc.dst != blendFunc.dst)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue