diff --git a/core/2d/CCLabel.h b/core/2d/CCLabel.h index 55ccd3dbc3..18d2501fab 100644 --- a/core/2d/CCLabel.h +++ b/core/2d/CCLabel.h @@ -786,7 +786,7 @@ protected: virtual void updateShaderProgram(); virtual void updateBMFontScale(); - void scaleFontSizeDown(float fontSize); + void scaleFontSize(float fontSize); bool setTTFConfigInternal(const TTFConfig& ttfConfig); void setBMFontSizeInternal(float fontSize); bool isHorizontalClamped(float letterPositionX, int lineIndex);