Skip to content

Commit

Permalink
Merge pull request #38 from QuadrupleTurbo/master
Browse files Browse the repository at this point in the history
Prevent instructional buttons being disposed
  • Loading branch information
TomGrobbe authored Aug 15, 2021
2 parents e8202a7 + ed52fab commit 9d09309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MenuAPI/MenuController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ internal static async Task DrawInstructionalButtons()
if (
Game.IsPaused ||
Game.Player.IsDead ||
IsScreenFadedIn() ||
!IsScreenFadedIn() ||
IsPlayerSwitchInProgress() ||
IsWarningMessageActive() ||
UpdateOnscreenKeyboard() == 0
Expand Down

0 comments on commit 9d09309

Please sign in to comment.