Delete all SOLID shapes at the end of the game engine. They were all being leaked!

This commit is contained in:
Kester Maddock
2004-05-08 00:25:20 +00:00
parent 83907fc5f7
commit bd50d2f9cd
4 changed files with 6 additions and 1 deletions

View File

@@ -117,6 +117,8 @@ KX_BlenderSceneConverter::~KX_BlenderSceneConverter()
delete (*itm);
itm++;
}
KX_ClearSumoSharedShapes();
}