Skip to content

Commit

Permalink
enable CustomizeObjectLayer on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Feb 9, 2024
1 parent 26043fa commit e8fe57e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/CustomizeObjectLayer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#ifndef GEODE_IS_MACOS

#include <Geode/modify/CustomizeObjectLayer.hpp>
#include <Geode/utils/NodeIDs.hpp>

Expand Down Expand Up @@ -337,6 +335,4 @@ struct CustomizeObjectLayerIDs : Modify<CustomizeObjectLayerIDs, CustomizeObject

return true;
}
};

#endif
};

0 comments on commit e8fe57e

Please sign in to comment.