mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-08 08:30:16 +00:00
make sure to be backwards compatible with spubullet 2.73 sp1 (PLAYSTATION 3 version)
This commit is contained in:
parent
fab02c0104
commit
0905002e3f
@ -159,6 +159,12 @@ public:
|
||||
(void) numTasks;
|
||||
}
|
||||
|
||||
///obsolete, use updateActions instead
|
||||
virtual void updateVehicles(btScalar timeStep)
|
||||
{
|
||||
updateActions(timeStep);
|
||||
}
|
||||
|
||||
///obsolete, use addAction instead
|
||||
virtual void addVehicle(btActionInterface* vehicle);
|
||||
///obsolete, use removeAction instead
|
||||
|
Loading…
Reference in New Issue
Block a user