Hey Guys,
Just a quick question, I have bought SM2 and using it for a iPhone product I am developing.
The Sprite Manager is giving me 3 warnings -
The private field ‘SpriteTimeline.clearRect’ is never used
The private field ‘SpriteTimeline.nonWndAdjust’ is never used
The private field ‘SpriteTimeline.mousePos’ is never used
Is this just an issue which effects me or this common?
btw I know the unused warning will not break anything, I just dislike having warnings in my code. Hopefully commenting them out will not break anything.