Skip to content

Commit

Permalink
that was not, in fact, gg ez
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Aug 14, 2024
1 parent fb2a732 commit 08b66de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 1.5.7

- Fixed Mouse Cursor not disappearing when closing the menu while in a level
- 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
- Added **Force Ghost Trail On and Off**

# 1.5.6
Expand Down
6 changes: 5 additions & 1 deletion src/ColonThree.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ifndef __APPLE__

#include <Geode/Geode.hpp>
#include <Geode/modify/SecretLayer2.hpp>
#include "Client/AndroidBall.h"
Expand Down Expand Up @@ -61,4 +63,6 @@ class $modify (SecretLayer2)

updateMessageLabel(getColonThreeLabel());
}
};
};

#endif

0 comments on commit 08b66de

Please sign in to comment.