Skip to content

Commit 08b66de

Browse files
committed
that was not, in fact, gg ez
1 parent fb2a732 commit 08b66de

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 1.5.7
22

33
- 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
4+
- Fixed not being able to move in platformer mode on arm / m1 macOS
55
- Added **Force Ghost Trail On and Off**
66

77
# 1.5.6

src/ColonThree.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#ifndef __APPLE__
2+
13
#include <Geode/Geode.hpp>
24
#include <Geode/modify/SecretLayer2.hpp>
35
#include "Client/AndroidBall.h"
@@ -61,4 +63,6 @@ class $modify (SecretLayer2)
6163

6264
updateMessageLabel(getColonThreeLabel());
6365
}
64-
};
66+
};
67+
68+
#endif

0 commit comments

Comments
 (0)