mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix control/shift mistake on oobe cleanup
This commit is contained in:
parent
4785161374
commit
c66ef96b2c
@ -2106,7 +2106,7 @@ class ShowBase(DirectObject.DirectObject):
|
|||||||
|
|
||||||
# Restore the mouse interface node, and remove the oobe
|
# Restore the mouse interface node, and remove the oobe
|
||||||
# trackball from the data path.
|
# trackball from the data path.
|
||||||
self.mouseInterfaceNode.clearButton(KeyboardButton.control())
|
self.mouseInterfaceNode.clearButton(KeyboardButton.shift())
|
||||||
self.oobeTrackball.detachNode()
|
self.oobeTrackball.detachNode()
|
||||||
|
|
||||||
bt = self.buttonThrowers[0].node()
|
bt = self.buttonThrowers[0].node()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user