battlesystem: flush keys when exiting menu
This commit is contained in:
parent
b25a1e380c
commit
cf38b3c326
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ end
|
|||
|
||||
function BackMenuWidget:action()
|
||||
self.character:getBackSignal()
|
||||
self.scene:flushKeys()
|
||||
self.scene.menusystem:reset()
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue