fix control/shift mistake on oobe cleanup

This commit is contained in:
David Rose 2011-06-20 16:10:26 +00:00
parent 4785161374
commit c66ef96b2c

View File

@ -2106,7 +2106,7 @@ class ShowBase(DirectObject.DirectObject):
# Restore the mouse interface node, and remove the oobe
# trackball from the data path.
self.mouseInterfaceNode.clearButton(KeyboardButton.control())
self.mouseInterfaceNode.clearButton(KeyboardButton.shift())
self.oobeTrackball.detachNode()
bt = self.buttonThrowers[0].node()