fix typo.

This commit is contained in:
Dhilan007 2014-03-21 13:52:12 +08:00
parent 6b74794c74
commit 1a08cd9b32
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ void Label::enableOutline(const Color4B& outlineColor,int outlineSize /* = -1 */
}
}
void Label::enableShadow(const Color4B& shadowColor /* = Color3B::BLACK */,const Size &offset /* = Size(2 ,-2)*/, int blurRadius /* = 0 */)
void Label::enableShadow(const Color4B& shadowColor /* = Color4B::BLACK */,const Size &offset /* = Size(2 ,-2)*/, int blurRadius /* = 0 */)
{
_effectColor = shadowColor;
_effectColorF.r = _effectColor.r / 255.0f;