Update inputManager.py
This commit is contained in:
parent
f270fd0691
commit
d95d9fc1e6
@ -67,7 +67,10 @@ class inputManager():
|
||||
return
|
||||
# a hang apears.. try to fix
|
||||
if self.env['input']['eventBuffer'] == []:
|
||||
if self.env['input']['currInput'] != []:
|
||||
self.env['input']['currInput'] = []
|
||||
self.env['input']['shortcutRepeat'] = 1
|
||||
|
||||
self.env['input']['prevInput'] = self.env['input']['currInput'].copy()
|
||||
if eventData['EventState'] == 0:
|
||||
if eventData['EventName'] in self.env['input']['currInput']:
|
||||
|
Loading…
Reference in New Issue
Block a user