fixed memory leaks in ForkLiftDemo/VehicleDemo

Thanks to mi076 for report+fix: http://bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=2652
Minor syntax error fix in a Jamfile
This commit is contained in:
erwin.coumans
2009-05-14 17:03:42 +00:00
parent e260bcd1b2
commit 1526691f89
5 changed files with 14 additions and 5 deletions

View File

@@ -69,6 +69,7 @@ class ForkLiftDemo : public GlutDemoApplication
btRaycastVehicle::btVehicleTuning m_tuning;
btVehicleRaycaster* m_vehicleRayCaster;
btRaycastVehicle* m_vehicle;
btCollisionShape* m_wheelShape;
float m_cameraHeight;