aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/BulletS/BulletSimData.cs
diff options
context:
space:
mode:
authorRobert Adams2017-08-28 15:23:32 -0700
committerRobert Adams2017-08-28 15:23:32 -0700
commit5c36561424c8b093e24c683c2ff6e83410739388 (patch)
tree46290aa706661d88dc1c55b9181de630efc8eba7 /OpenSim/Region/PhysicsModules/BulletS/BulletSimData.cs
parentfrozen avatars should not do local teleports. Possible none should not be all... (diff)
downloadopensim-SC_OLD-5c36561424c8b093e24c683c2ff6e83410739388.zip
opensim-SC_OLD-5c36561424c8b093e24c683c2ff6e83410739388.tar.gz
opensim-SC_OLD-5c36561424c8b093e24c683c2ff6e83410739388.tar.bz2
opensim-SC_OLD-5c36561424c8b093e24c683c2ff6e83410739388.tar.xz
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.
Diffstat (limited to 'OpenSim/Region/PhysicsModules/BulletS/BulletSimData.cs')
-rwxr-xr-xOpenSim/Region/PhysicsModules/BulletS/BulletSimData.cs1
1 files changed, 1 insertions, 0 deletions
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
100 } 100 }
101} 101}
102 102
103// Handle to btCollisionObject - a shape that can be added to a btRidgidBody
103public class BulletShape 104public class BulletShape
104{ 105{
105 public BulletShape() 106 public BulletShape()