From af1831819956a6563067f57a58b63e7bed3776ed Mon Sep 17 00:00:00 2001 From: YellowCat98 Date: Sun, 28 Apr 2024 21:55:20 +0100 Subject: [PATCH] ios support --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 1a671ce..bc08fcb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -98,7 +98,7 @@ class $modify(MenuLayer) { class $modify(GJMoreGamesLayer) { void customSetup() { GJMoreGamesLayer::customSetup(); - #ifndef GEODE_IS_ANDROID + #ifndef GEODE_IS_MOBILE CCLayer* cclayer = dynamic_cast(getChildren()->objectAtIndex(0));