From 4c114327817984a4d339de70c6b118a6b2bcdb45 Mon Sep 17 00:00:00 2001 From: Ricardo Quesada Date: Wed, 20 Jan 2016 19:08:31 -0800 Subject: [PATCH] fixed bold --- cocos/2d/CCLabel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cocos/2d/CCLabel.cpp b/cocos/2d/CCLabel.cpp index cb509bd56c..b9d3db10b5 100644 --- a/cocos/2d/CCLabel.cpp +++ b/cocos/2d/CCLabel.cpp @@ -1184,6 +1184,7 @@ void Label::disableEffect(LabelEffect effect) { _shadowEnabled = false; CC_SAFE_RELEASE_NULL(_shadowNode); + updateShaderProgram(); } break; case cocos2d::LabelEffect::GLOW: