Skip to content

Commit

Permalink
fixed UI not working after quitting to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Schyvun committed Apr 14, 2022
1 parent d4d21ae commit e740420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private void UpdateCursor() {
}

public void Update() {
if (StringInputManager.GetKeyDown(HKTimer.settings.open_ui)) {
if(StringInputManager.GetKeyDown(HKTimer.settings.open_ui)) {
if(this.uiOpen) {
this.uiOpen = false;
this.SetShown(false);
Expand Down

0 comments on commit e740420

Please sign in to comment.