*** empty log message ***

This commit is contained in:
David Rose 2001-03-01 01:47:24 +00:00
parent b1046f60ec
commit e72fcc4a9a
1 changed files with 2 additions and 2 deletions

View File

@ -359,7 +359,7 @@ class ShowBase:
# Disable OOBE mode.
self.oobeControl.setOff()
self.mouseControl.setOn()
if not self.oobeVis.isEmpty():
if self.oobeVis:
self.oobeVis.reparentTo(self.hidden)
self.cam.reparentTo(self.camera)
self.oobeCamera.reparentTo(self.hidden)
@ -392,7 +392,7 @@ class ShowBase:
self.oobeTrackball.node().setMat(mat)
self.cam.reparentTo(self.oobeCameraTrackball)
if not self.oobeVis.isEmpty():
if self.oobeVis:
self.oobeVis.reparentTo(self.camera)
self.oobeMode = 1