Skip to content

Commit fd96a97

Browse files
committed
all plat mac
1 parent e2b55b8 commit fd96a97

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/Client/ClientSetup.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ class ClientUtils
394394
"show-hitboxes",
395395
"show-hitboxes-on-death",
396396
"no-static",
397-
"all-plat",
398397
"show-trajectory",
399398
"show-layout",
400399
"menu-pulse",

src/Hacks/AllModesPlatformer.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#ifndef GEODE_IS_MACOS
2-
31
#include <Geode/Geode.hpp>
42
#include <Geode/modify/PlayerObject.hpp>
53
#include <Geode/modify/GJBaseGameLayer.hpp>
@@ -52,6 +50,4 @@ class $modify (GJBaseGameLayer)
5250
}
5351
});
5452
}
55-
};
56-
57-
#endif
53+
};

0 commit comments

Comments
 (0)