Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
remove levelselectlayer err hook on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmeme01 committed Oct 15, 2023
1 parent eabe211 commit a9d00bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooked/error_check_layer_hooks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public: \
} \
};

GENERATE_ERROR_CHECK_HOOK_ARG1(LevelSelectLayer, int)
GENERATE_ERROR_CHECK_HOOK(CreatorLayer)
GENERATE_ERROR_CHECK_HOOK_ARG1(LevelBrowserLayer, GJSearchObject*)
GENERATE_ERROR_CHECK_HOOK(LevelSearchLayer)
Expand All @@ -54,5 +53,6 @@ GENERATE_ERROR_CHECK_HOOK_ARG1(EditLevelLayer, GJGameLevel*)
GENERATE_ERROR_CHECK_HOOK_ARG1(LevelEditorLayer, GJGameLevel*)

#ifndef GEODE_IS_MACOS
GENERATE_ERROR_CHECK_HOOK_ARG1(LevelSelectLayer, int)
GENERATE_ERROR_CHECK_HOOK(KeysLayer)
#endif

0 comments on commit a9d00bd

Please sign in to comment.