Hi everyone, I'm fairly new to cocos2D and would appreciate anyone's opinion on this.
If I'm overriding the draw method in a CCLayer object, should I call [super draw] inside of it?
I see it doesn't make a difference, my sprites still draw correctly, but should it be called? If so, should it be called at the beginning or end of the method?
Thanks.