fixed bold

This commit is contained in:
Ricardo Quesada 2016-01-20 19:08:31 -08:00
parent 60d273e31b
commit 4c11432781
1 changed files with 1 additions and 0 deletions

View File

@ -1184,6 +1184,7 @@ void Label::disableEffect(LabelEffect effect)
{ {
_shadowEnabled = false; _shadowEnabled = false;
CC_SAFE_RELEASE_NULL(_shadowNode); CC_SAFE_RELEASE_NULL(_shadowNode);
updateShaderProgram();
} }
break; break;
case cocos2d::LabelEffect::GLOW: case cocos2d::LabelEffect::GLOW: