mirror of https://github.com/axmolengine/axmol.git
fixed bold
This commit is contained in:
parent
60d273e31b
commit
4c11432781
|
@ -1184,6 +1184,7 @@ void Label::disableEffect(LabelEffect effect)
|
|||
{
|
||||
_shadowEnabled = false;
|
||||
CC_SAFE_RELEASE_NULL(_shadowNode);
|
||||
updateShaderProgram();
|
||||
}
|
||||
break;
|
||||
case cocos2d::LabelEffect::GLOW:
|
||||
|
|
Loading…
Reference in New Issue