Skip to content

Commit 51e7d78

Browse files
committed
Update HitboxTrail.cpp
1 parent e3a62be commit 51e7d78

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Hacks/HitboxTrail.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#ifndef GEODE_IS_MACOS
2+
13
#include <Geode/Geode.hpp>
24
#include <Geode/modify/GJBaseGameLayer.hpp>
35
#include <Geode/modify/PlayLayer.hpp>
@@ -150,4 +152,6 @@ class $modify (LevelEditorLayer)
150152
points.clear();
151153
sizes.clear();
152154
}
153-
};
155+
};
156+
157+
#endif

0 commit comments

Comments
 (0)