Merge pull request #13486 from fusijie/fix_11677

Fixed SpriteProgressToRadialMidpointChanged bug.
This commit is contained in:
pandamicro 2015-08-20 18:06:38 +08:00
commit 7bd5cc4e34
1 changed files with 1 additions and 2 deletions

View File

@ -114,9 +114,8 @@ void ProgressTimer::setSprite(Sprite *sprite)
{
CC_SAFE_FREE(_vertexData);
_vertexDataCount = 0;
updateProgress();
}
updateProgress();
}
}