mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
parent
73ea170f2b
commit
7ce1a9ffed
@ -144,7 +144,7 @@ class ControlManager:
|
||||
def delete(self):
|
||||
assert self.notify.debugCall(id(self))
|
||||
self.disable()
|
||||
for controls in self.controls.keys():
|
||||
for controls in list(self.controls.keys()):
|
||||
self.remove(controls)
|
||||
del self.controls
|
||||
del self.currentControls
|
||||
|
Loading…
x
Reference in New Issue
Block a user