Skip to content

Commit

Permalink
enable editorpause ids
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Oct 1, 2023
1 parent 7de21d9 commit fedf96e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions loader/src/ids/EditorPauseLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

#include <Geode/modify/EditorPauseLayer.hpp>

#if !defined(GEODE_IS_ANDROID)

using namespace geode::prelude;

// special class for this because making it a CCMenuItemToggler would be very UB
Expand Down Expand Up @@ -274,5 +272,3 @@ struct EditorPauseLayerIDs : Modify<EditorPauseLayerIDs, EditorPauseLayer> {
return true;
}
};

#endif

0 comments on commit fedf96e

Please sign in to comment.