mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
add another missing cocos2d::
This commit is contained in:
parent
7795baaaf6
commit
f781a33239
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ namespace geode {
|
|||
int m_size;
|
||||
int m_color;
|
||||
cocos2d::CCNode* m_onTop = nullptr;
|
||||
cocos2d::CCPoint m_topOffset = CCPointZero;
|
||||
cocos2d::CCPoint m_topOffset = cocos2d::CCPointZero;
|
||||
|
||||
bool init(cocos2d::CCNode* ontop, BaseType type, int size, int color);
|
||||
bool initWithSprite(
|
||||
|
|
Loading…
Reference in a new issue