Browse Source

Don't umount all filesystems when ShowBase is destroyed

rdb 10 years ago
parent
commit
e48b910382
1 changed files with 0 additions and 3 deletions
  1. 0 3
      direct/src/showbase/ShowBase.py

+ 0 - 3
direct/src/showbase/ShowBase.py

@@ -533,9 +533,6 @@ class ShowBase(DirectObject.DirectObject):
             del self.winList
             del self.winList
             del self.pipe
             del self.pipe
 
 
-        vfs = VirtualFileSystem.getGlobalPtr()
-        vfs.unmountAll()
-
     def makeDefaultPipe(self, printPipeTypes = True):
     def makeDefaultPipe(self, printPipeTypes = True):
         """
         """
         Creates the default GraphicsPipe, which will be used to make
         Creates the default GraphicsPipe, which will be used to make