fix remove all 3D in quit module

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5233 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 5f2b7a0f6a91d7a044720351751c1e63795b4ce6
Former-commit-id: 560e957e346568ac26a464f6200cfd5cf233f388
This commit is contained in:
torcs-ng 2013-03-01 12:47:36 +00:00
parent 77412deb07
commit 0499f9b741

View file

@ -112,20 +112,20 @@ void OsgGraph::redrawView(tSituation* pSituation)
void OsgGraph::unloadCars()
{
//GfLogDebug("SsgGraph::unloadCars\n");
::shutdownCars();
GfLogDebug("OsgGraph::unloadCars\n");
::shutdownCars();
}
void OsgGraph::unloadTrack()
{
//GfLogDebug("SsgGraph::unloadTrack\n");
//::shutdownTrack();
GfLogDebug("OsgGraph::unloadTrack\n");
::shutdownTrack();
}
void OsgGraph::shutdownView()
{
//GfLogDebug("SsgGraph::shutdownView\n");
//::shutdownView();
GfLogDebug("OsgGraph::shutdownView\n");
::shutdownView();
}
Camera* OsgGraph::getCurCam()