diff --git a/loader/include/Geode/ui/BasedButtonSprite.hpp b/loader/include/Geode/ui/BasedButtonSprite.hpp index e18d075d..0c5f2ef1 100644 --- a/loader/include/Geode/ui/BasedButtonSprite.hpp +++ b/loader/include/Geode/ui/BasedButtonSprite.hpp @@ -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(