我在iOS 9.2.1中的CCRotateto动画中遇到问题。
我的CCRotateTo正在iOS 8中运行,但是当我将iOS更新到iOS 9.2.1时,它在动画中存在错误。
旋转效果不佳。
这是代码
[animation runAction:[CCRepeatForever actionWithAction:[CCSequence actions:[CCDelayTime actionWithDuration:0.25f], [CCRotateTo actionWithDuration:0.25f angle:45], [CCRotateTo actionWithDuration:0.25 angle:0], [CCDelayTime actionWithDuration:4.5f], nil]]];