mirror of https://github.com/axmolengine/axmol.git
Interval test working now also -- update TODO.
This commit is contained in:
parent
6bbd6ddf6c
commit
9bdca5c9b3
|
@ -5,9 +5,6 @@
|
|||
* TileMap Test crashes
|
||||
- void CCNode::insertChild(CCNode* child, int z)
|
||||
|
||||
* IntervalTest crashes
|
||||
- cocos2d::CCLabelBMFont::create(char const*, char const*, float, cocos2d::CCTextAlignment, cocos2d::CCPoint)
|
||||
|
||||
* LabelTest crashes
|
||||
- cocos2d::CCAtlasNode::calculateMaxItems()
|
||||
|
||||
|
@ -52,4 +49,6 @@ DONE:
|
|||
* Layer Test crashes
|
||||
- cocos2d::CCLabelBMFont::create(char const*, char const*, float, cocos2d::CCTextAlignment, cocos2d::CCPoint)
|
||||
|
||||
|
||||
* IntervalTest crashes
|
||||
- cocos2d::CCLabelBMFont::create(char const*, char const*, float, cocos2d::CCTextAlignment, cocos2d::CCPoint)
|
||||
|
||||
|
|
Loading…
Reference in New Issue