mirror of https://github.com/axmolengine/axmol.git
remove unused code
This commit is contained in:
parent
398f0b861d
commit
7b81f3a811
|
@ -449,15 +449,9 @@ void Button::onPressStateChangedToPressed()
|
|||
_buttonNormalRenderer->setScale(_pressedTextureScaleXInSize + _zoomScale, _pressedTextureScaleYInSize + _zoomScale);
|
||||
|
||||
_titleRenderer->stopAllActions();
|
||||
|
||||
Action *zoomTitleAction = ScaleTo::create(ZOOM_ACTION_TIME_STEP, 1.0f + _zoomScale, 1.0f + _zoomScale);
|
||||
if (_unifySize)
|
||||
{
|
||||
_titleRenderer->runAction(zoomTitleAction);
|
||||
}
|
||||
else
|
||||
{
|
||||
_titleRenderer->runAction(zoomTitleAction->clone());
|
||||
}
|
||||
_titleRenderer->runAction(zoomTitleAction);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue