aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs
index a7c4e8d..04ccbf0 100644
--- a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs
+++ b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsActor.cs
@@ -396,7 +396,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase
396 } 396 }
397 397
398 public abstract Vector3 Velocity { get; set; } 398 public abstract Vector3 Velocity { get; set; }
399 public virtual Vector3 rootVelocity { get; } 399 public virtual Vector3 rootVelocity { get { return Vector3.Zero; } }
400 400
401 public abstract Vector3 Torque { get; set; } 401 public abstract Vector3 Torque { get; set; }
402 public abstract float CollisionScore { get; set;} 402 public abstract float CollisionScore { get; set;}