sync
This commit is contained in:
parent
ded4e84699
commit
826b981aba
@ -24,7 +24,6 @@ class command():
|
||||
return
|
||||
|
||||
# More than just a deletion happend
|
||||
|
||||
if self.env['runtime']['screenManager'].isDelta():
|
||||
return
|
||||
# no deletion
|
||||
|
@ -54,6 +54,7 @@ class fenrirManager():
|
||||
if eventReceived:
|
||||
self.prepareCommand()
|
||||
if not (self.wasCommand or self.environment['general']['tutorialMode']) or self.environment['runtime']['screenManager'].isSuspendingScreen():
|
||||
print('ignore screen', self.environment['runtime']['screenManager'].isSuspendingScreen())
|
||||
self.environment['runtime']['inputManager'].writeEventBuffer()
|
||||
if self.environment['runtime']['inputManager'].noKeyPressed():
|
||||
if self.wasCommand:
|
||||
|
Loading…
Reference in New Issue
Block a user