diff --git a/src/main.cpp b/src/main.cpp index 4e4f56d..d0ab614 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -73,7 +73,7 @@ class $modify(MyPlayLayer, PlayLayer) { if (theLastCCNode->getChildrenCount() < 2) { continue; } auto deathNode = typeinfo_cast(theLastCCNode->getChildren()->objectAtIndex(0)); if (deathNode == nullptr) { continue; } - #ifdef GEODE_IS_ANDROID GEODE_IS_WINDOWS + #ifndef __APPLE__ if (strcmp(deathNode->getFntFile(), "goldFont.fnt") != 0) { continue; } // avoid non-gold font HUDs #endif auto maybeOnDeathString = deathNode->getString();