Skip to content

Commit

Permalink
i will always break things
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Feb 13, 2024
1 parent ff0c144 commit 8fcf987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EditorUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using namespace keybinds;
#if defined(GEODE_IS_MACOS)
static constexpr auto PLATFORM_CONTROL = Modifier::Command;
#else
static constexpr auto PLATFORM_CONTROL = PLATFORM_CONTROL;
static constexpr auto PLATFORM_CONTROL = Modifier::Control;
#endif

class EvilBypass : public CCKeyboardDispatcher {
Expand Down

0 comments on commit 8fcf987

Please sign in to comment.