mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
remove deprecated parameter
This commit is contained in:
parent
e7085798b7
commit
3dbf0ad308
@ -120,7 +120,7 @@ class EventManager:
|
||||
if self.eventQueue == EventManager.EventQueue.getGlobalEventQueue():
|
||||
# If we are using the global event queue, then we also
|
||||
# want to use the global event handler.
|
||||
self.eventHandler = EventManager.EventHandler.getGlobalEventHandler(self.eventQueue)
|
||||
self.eventHandler = EventManager.EventHandler.getGlobalEventHandler()
|
||||
else:
|
||||
# Otherwise, we need our own event handler.
|
||||
self.eventHandler = EventManager.EventHandler(self.eventQueue)
|
||||
|
Loading…
x
Reference in New Issue
Block a user