Skip to content

Commit

Permalink
i forgor smth
Browse files Browse the repository at this point in the history
  • Loading branch information
0mgRod committed Aug 3, 2024
1 parent e94eeb9 commit 5c042de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ static void DrawWrappedWindows() {
.setVisible(false);
}

// #ifdef GEODE_IS_ANDROID
#ifdef GEODE_IS_ANDROID

class BtnLayer : public CCLayer {
private:
Expand Down Expand Up @@ -256,4 +256,4 @@ class BtnLayer : public CCLayer {
CCDirector::sharedDirector()->getRunningScene()->addChild(btnLayer);
}

// #endif
#endif

0 comments on commit 5c042de

Please sign in to comment.