We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2a732 commit 08b66deCopy full SHA for 08b66de
changelog.md
@@ -1,7 +1,7 @@
1
# 1.5.7
2
3
- Fixed Mouse Cursor not disappearing when closing the menu while in a level
4
-- Added a secret if you type ":3" into the vault of secrets
+- Fixed not being able to move in platformer mode on arm / m1 macOS
5
- Added **Force Ghost Trail On and Off**
6
7
# 1.5.6
src/ColonThree.cpp
@@ -1,3 +1,5 @@
+#ifndef __APPLE__
+
#include <Geode/Geode.hpp>
#include <Geode/modify/SecretLayer2.hpp>
#include "Client/AndroidBall.h"
@@ -61,4 +63,6 @@ class $modify (SecretLayer2)
61
63
62
64
updateMessageLabel(getColonThreeLabel());
65
}
-};
66
+};
67
68
+#endif
0 commit comments