boil out history
This commit is contained in:
parent
da7d2dda62
commit
2f1d2ba13f
@ -120,7 +120,7 @@ class inputManager():
|
||||
self.clearEventBuffer()
|
||||
if len(self.env['input']['currInput']) == 1:
|
||||
if self.env['input']['currInput'][0] in ['KEY_UP','KEY_DOWN']:
|
||||
time.sleep(0.08)
|
||||
time.sleep(0.08) # hack for tintin history because it needs more time
|
||||
except Exception as e:
|
||||
self.env['runtime']['debug'].writeDebugOut("Error while writeUInput",debug.debugLevel.ERROR)
|
||||
self.env['runtime']['debug'].writeDebugOut(str(e),debug.debugLevel.ERROR)
|
||||
|
Loading…
Reference in New Issue
Block a user