Skip to content

Commit

Permalink
ifndef apple
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed May 10, 2024
1 parent a0598ae commit c13b1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class $modify(MyPlayLayer, PlayLayer) {
if (theLastCCNode->getChildrenCount() < 2) { continue; }
auto deathNode = typeinfo_cast<CCLabelBMFont*>(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();
Expand Down

0 comments on commit c13b1fd

Please sign in to comment.