UIKit-TexturePacker icon indicating copy to clipboard operation
UIKit-TexturePacker copied to clipboard

Fix animations to actually start from frame 0 per documentation

Open fadookie opened this issue 11 years ago • 0 comments

Documentation states that sprite frame numbers should begin at 0, but the code actually skips to frame 1. Fixed this. Also made it use a while(YES) loop which I think reads more clearly than a blank for statement.

fadookie avatar Jan 30 '14 23:01 fadookie