From f781a33239a7464441185a3e60db62b591eca81e Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Thu, 22 Feb 2024 23:57:47 +0200 Subject: [PATCH] add another missing cocos2d:: --- loader/include/Geode/ui/BasedButtonSprite.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(