Don't umount all filesystems when ShowBase is destroyed
This commit is contained in:
parent
da1d5755f9
commit
e48b910382
|
|
@ -533,9 +533,6 @@ class ShowBase(DirectObject.DirectObject):
|
|||
del self.winList
|
||||
del self.pipe
|
||||
|
||||
vfs = VirtualFileSystem.getGlobalPtr()
|
||||
vfs.unmountAll()
|
||||
|
||||
def makeDefaultPipe(self, printPipeTypes = True):
|
||||
"""
|
||||
Creates the default GraphicsPipe, which will be used to make
|
||||
|
|
|
|||
Loading…
Reference in New Issue