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
|
* TileMap Test crashes
|
||||||
- void CCNode::insertChild(CCNode* child, int z)
|
- void CCNode::insertChild(CCNode* child, int z)
|
||||||
|
|
||||||
* IntervalTest crashes
|
|
||||||
- cocos2d::CCLabelBMFont::create(char const*, char const*, float, cocos2d::CCTextAlignment, cocos2d::CCPoint)
|
|
||||||
|
|
||||||
* LabelTest crashes
|
* LabelTest crashes
|
||||||
- cocos2d::CCAtlasNode::calculateMaxItems()
|
- cocos2d::CCAtlasNode::calculateMaxItems()
|
||||||
|
|
||||||
|
@ -52,4 +49,6 @@ DONE:
|
||||||
* Layer Test crashes
|
* Layer Test crashes
|
||||||
- cocos2d::CCLabelBMFont::create(char const*, char const*, float, cocos2d::CCTextAlignment, cocos2d::CCPoint)
|
- 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