From c66ef96b2c257b141b8878ea26578041b1eaa179 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 20 Jun 2011 16:10:26 +0000 Subject: [PATCH] fix control/shift mistake on oobe cleanup --- direct/src/showbase/ShowBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index f63a0dc570..82f360de45 100644 --- a/direct/src/showbase/ShowBase.py +++ b/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()