Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
v1.0.4 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Capeling committed Feb 22, 2024
1 parent 8470ca1 commit 1e579b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class $modify(CustomPauseLayer, PauseLayer) {
};

$execute {
#ifdef GEODE_IS_WINDOWS
using namespace keybinds;

//speeds
Expand Down Expand Up @@ -171,4 +172,5 @@ class $modify(CustomPauseLayer, PauseLayer) {
{ Keybind::create(KEY_Five, Modifier::Alt) },
Category::PLAY
});
#endif
}

0 comments on commit 1e579b2

Please sign in to comment.