Skip to content

Commit

Permalink
fix canpausegame
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Aug 8, 2024
1 parent 9f4174c commit 8a34a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/2.206/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -14092,7 +14092,7 @@ class PlayLayer : GJBaseGameLayer, CCCircleWaveDelegate, CurrencyRewardDelegate,

void applyEnterEffect(GameObject*, int, bool) = win 0x38e270;
bool canPauseGame() = win inline, m1 0xaac6c, imac 0xbf610 {
return !m_hasCompletedLevel && !m_cantPause;
return !m_hasCompletedLevel && !m_levelEndAnimationStarted;
}
TodoReturn checkpointWithID(int);
TodoReturn colorObject(int, cocos2d::ccColor3B);
Expand Down

0 comments on commit 8a34a69

Please sign in to comment.