From 5c36561424c8b093e24c683c2ff6e83410739388 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Mon, 28 Aug 2017 15:23:32 -0700 Subject: BulletSim: add clock and change logic for taint processing a little so taints check if they are not in simulation time and execute immediately if not. --- OpenSim/Region/PhysicsModules/BulletS/BulletSimData.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/PhysicsModules/BulletS/BulletSimData.cs') diff --git a/OpenSim/Region/PhysicsModules/BulletS/BulletSimData.cs b/OpenSim/Region/PhysicsModules/BulletS/BulletSimData.cs index 3329395..308769b 100755 --- a/OpenSim/Region/PhysicsModules/BulletS/BulletSimData.cs +++ b/OpenSim/Region/PhysicsModules/BulletS/BulletSimData.cs @@ -100,6 +100,7 @@ public class BulletBody } } +// Handle to btCollisionObject - a shape that can be added to a btRidgidBody public class BulletShape { public BulletShape() -- cgit v1.1