Merge branch 'release/1.9.x'

This commit is contained in:
rdb 2015-10-28 16:56:44 +01:00
commit 06475c70b9
3 changed files with 2 additions and 6 deletions

View File

@ -528,9 +528,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

View File

@ -16,7 +16,8 @@
#if defined(HAVE_CG) && !defined(OPENGLES) #if defined(HAVE_CG) && !defined(OPENGLES)
#include "Cg/cgGL.h" #include <Cg/cg.h>
#include <Cg/cgGL.h>
#include "pStatGPUTimer.h" #include "pStatGPUTimer.h"

View File

@ -21,8 +21,6 @@
#include "shaderContext.h" #include "shaderContext.h"
#include "deletedChain.h" #include "deletedChain.h"
#include <Cg/cg.h>
class CLP(GraphicsStateGuardian); class CLP(GraphicsStateGuardian);
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////