mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
enable editorpause ids
This commit is contained in:
parent
7de21d9177
commit
fedf96edd9
1 changed files with 0 additions and 4 deletions
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
#include <Geode/modify/EditorPauseLayer.hpp>
|
#include <Geode/modify/EditorPauseLayer.hpp>
|
||||||
|
|
||||||
#if !defined(GEODE_IS_ANDROID)
|
|
||||||
|
|
||||||
using namespace geode::prelude;
|
using namespace geode::prelude;
|
||||||
|
|
||||||
// special class for this because making it a CCMenuItemToggler would be very UB
|
// special class for this because making it a CCMenuItemToggler would be very UB
|
||||||
|
@ -274,5 +272,3 @@ struct EditorPauseLayerIDs : Modify<EditorPauseLayerIDs, EditorPauseLayer> {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in a new issue