From 2f1d2ba13f1d58b89ddca2443dadcad62146ab14 Mon Sep 17 00:00:00 2001 From: chrys Date: Thu, 6 Oct 2016 07:46:09 +0200 Subject: [PATCH] boil out history --- src/fenrir/core/inputManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fenrir/core/inputManager.py b/src/fenrir/core/inputManager.py index 0d11f6e2..1be9a28b 100644 --- a/src/fenrir/core/inputManager.py +++ b/src/fenrir/core/inputManager.py @@ -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)