Skip to content

Commit

Permalink
fds
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Mar 23, 2024
1 parent f0d93e1 commit 24aa619
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/Hacks/VerifyHack.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ifndef GEODE_IS_MACOS

#include <Geode/Geode.hpp>
#include <Geode/modify/ShareLevelLayer.hpp>
#include "../Client/Client.h"
Expand Down Expand Up @@ -30,4 +32,6 @@ class $modify(ShareLevelLayer)

ShareLevelLayer::onShare(sender);
}
};
};

#endif
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class $modify (CCKeyboardDispatcher)
if (down && (key == KEY_Tab || key == KEY_Insert) && !idk) {
if (android)
{
#ifdef GEODE_IS_DESKTOP
#ifdef GEODE_IS_WINDOWS
CCDirector::get()->getOpenGLView()->showCursor(true);
#endif

Expand Down

0 comments on commit 24aa619

Please sign in to comment.