fix problem on startup

This commit is contained in:
chrys
2018-03-28 18:11:03 +02:00
parent a636d8020e
commit 88a10882f2
2 changed files with 7 additions and 5 deletions

View File

@ -52,7 +52,7 @@ class fenrirManager():
self.environment['runtime']['eventManager'].startMainEventLoop()
self.shutdown()
def handleInput(self, event):
#startTime = time.time
#startTime = time.time()
self.environment['runtime']['debug'].writeDebugOut('DEBUG INPUT fenrirMan:' + str(event),debug.debugLevel.INFO)
if not event['Data']:
event['Data'] = self.environment['runtime']['inputManager'].getInputEvent()