We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
CCSprite::init() is excuted twice in all CCSprite's static methods
CCSprite::init() is excuted twice in all CCSprite's static methods
Bug #698 [Closed]
- Subject changed from CCSPrite::init() is excued twice in all CCSprite's static method to CCSprite::init() is excued twice in all CCSprite's static method
- Status changed from Resolved to Closed
- Subject changed from CCSprite::init() is excued twice in all CCSprite's static method to CCSprite::init() is excuted twice in all CCSprite's static methods
- Project changed from cocos2d-x to cpp
- Category deleted (
5) - Target version deleted (
cocos2d-1.0.1-x-0.9.2)
Status: | Closed | |
---|---|---|
Start date: | 2011-08-28 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | - | |
Target version: | - |
CCSprite::init() should be virtual, so the inherited from it can override it.