Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiLko authored Feb 11, 2024
1 parent ec338c3 commit 47241ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ class $modify(GJBaseGameLayer) {
int frame = recorder.currentFrame();
recorder.recordAction(holding, button, player1, frame, this, p1, p2);
}
GJBaseGameLayer::handleButton(holding,button,player1);
if (!isAndroid) GJBaseGameLayer::handleButton(holding,button,player1);
}

int getPlayer1(int p1, GJBaseGameLayer* bgl) {
Expand Down

0 comments on commit 47241ff

Please sign in to comment.