Skip to content

Commit

Permalink
Merge branch 'hotfix/lingering-infopanel'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuo256 committed Nov 2, 2020
2 parents adcaaa8 + 12bd732 commit b96be89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game/view/gameplay/actionhud/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ function ActionHUD:actionRequested()
elseif INPUT.wasActionPressed('PAUSE') then
if player_focused then
self.player_focused = false
self.infopanel:hide()
return false
else
action_request = {ActionHUD.INTERFACE_COMMANDS.SAVE_QUIT}
Expand Down

0 comments on commit b96be89

Please sign in to comment.