add another missing cocos2d::

This commit is contained in:
HJfod 2024-02-22 23:57:47 +02:00
parent 7795baaaf6
commit f781a33239

View file

@ -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(