From 7795baaaf6fbb7a3217c786800fe6a8bf546e4b9 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Thu, 22 Feb 2024 23:57:23 +0200 Subject: [PATCH] add missing cocos2d namespace --- 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 4900836f..e18d075d 100644 --- a/loader/include/Geode/ui/BasedButtonSprite.hpp +++ b/loader/include/Geode/ui/BasedButtonSprite.hpp @@ -183,7 +183,7 @@ namespace geode { /** * Set an offset to the top sprite */ - void setTopOffset(CCPoint const& offset); + void setTopOffset(cocos2d::CCPoint const& offset); cocos2d::CCNode* getTopNode() const; };