Browse Source

fix control/shift mistake on oobe cleanup

David Rose 14 years ago
parent
commit
c66ef96b2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/ShowBase.py

+ 1 - 1
direct/src/showbase/ShowBase.py

@@ -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()