aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Manager/PhysicsScene.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-15 01:20:40 +0100
committerJustin Clark-Casey (justincc)2011-10-15 01:20:40 +0100
commitf2132329a358db2c66c29501d35ef54eae8d6eed (patch)
treed2d5dccec0d5d07e636b4e1d472398cd5096bac6 /OpenSim/Region/Physics/Manager/PhysicsScene.cs
parentAdd back the missing bin/addon-modules directory that I somehow managed to ac... (diff)
downloadopensim-SC_OLD-f2132329a358db2c66c29501d35ef54eae8d6eed.zip
opensim-SC_OLD-f2132329a358db2c66c29501d35ef54eae8d6eed.tar.gz
opensim-SC_OLD-f2132329a358db2c66c29501d35ef54eae8d6eed.tar.bz2
opensim-SC_OLD-f2132329a358db2c66c29501d35ef54eae8d6eed.tar.xz
refactor: make methods that do not need to be public in ODE private or internal to aid code reading/analysis. Remove some unused method arguments
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/Manager/PhysicsScene.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsScene.cs b/OpenSim/Region/Physics/Manager/PhysicsScene.cs
index f1cc8e6..07f2612 100644
--- a/OpenSim/Region/Physics/Manager/PhysicsScene.cs
+++ b/OpenSim/Region/Physics/Manager/PhysicsScene.cs
@@ -185,7 +185,6 @@ namespace OpenSim.Region.Physics.Manager
185 public virtual Vector3 GetJointAxis(PhysicsJoint joint) 185 public virtual Vector3 GetJointAxis(PhysicsJoint joint)
186 { return Vector3.Zero; } 186 { return Vector3.Zero; }
187 187
188
189 public abstract void AddPhysicsActorTaint(PhysicsActor prim); 188 public abstract void AddPhysicsActorTaint(PhysicsActor prim);
190 189
191 public abstract float Simulate(float timeStep); 190 public abstract float Simulate(float timeStep);