From 2e8c95c73d7964ebfc60785a969cbc5dac2cbc8a Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 10 Jun 2002 20:33:17 +0000 Subject: [PATCH] support walking in oobe mode --- direct/src/showbase/ShowBase.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index ceb0a2179e..0d1a6b0f01 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -720,7 +720,7 @@ class ShowBase: self.oobeVis.reparentTo(self.hidden) # Restore the mouse interface node. - self.mouseInterface.reparentTo(self.mouseWatcher) + #self.mouseInterface.reparentTo(self.mouseWatcher) self.oobeTrackball.reparentTo(self.dataUnused) self.cam.reparentTo(self.camera) @@ -735,7 +735,7 @@ class ShowBase: # Move aside the current mouse interface node and put the # oobeTrackball in its place. - self.mouseInterface.reparentTo(self.dataUnused) + #self.mouseInterface.reparentTo(self.dataUnused) self.oobeTrackball.reparentTo(self.mouseWatcher) # Set our initial OOB position to be just behind the camera.