Skip to content

Commit

Permalink
Merge pull request #308 from Xele02/FixBranche
Browse files Browse the repository at this point in the history
Fix game lock when losing focus on android during valkyrie take off
  • Loading branch information
Xele02 authored Oct 20, 2024
2 parents ed53770 + 07ba336 commit 4e589e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ private void OnApplicationPause(bool pauseStatus)
return;
rNoteOwner.Resume();
Resume();
return;
}
if(uiController != null)
{
Expand Down

0 comments on commit 4e589e9

Please sign in to comment.