Skip to content

Commit

Permalink
fix macOS macRO in dynamic cast fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton authored Jan 12, 2025
1 parent 3051fc6 commit a8010de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/src/hooks/DynamicCastFix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using namespace geode::prelude;
// this is needed because the transitions in cocos uses dynamic cast to check
// layers, which fail on user layers due to typeinfo not matching

#if defined(GEODE_IS_MAC) && GEODE_COMP_GD_VERSION != 22074
#if defined(GEODE_IS_MACOS) && GEODE_COMP_GD_VERSION != 22074
#error "Unsupported version for macOS dynamic cast fix, please update the addresses"
#endif

Expand Down

0 comments on commit a8010de

Please sign in to comment.