From 4fad66f855544b9298ae2216c58c0f44009358a5 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 1 Nov 2007 19:19:05 +0000 Subject: * Diuerse beavtificatems --- OpenSim/Region/Physics/Manager/PhysicsActor.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Physics/Manager') diff --git a/OpenSim/Region/Physics/Manager/PhysicsActor.cs b/OpenSim/Region/Physics/Manager/PhysicsActor.cs index 74608ef..f1d0f84 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsActor.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsActor.cs @@ -59,7 +59,7 @@ namespace OpenSim.Region.Physics.Manager public abstract Quaternion Orientation { get; set; } public abstract bool Flying { get; set; } - + public abstract bool IsColliding { get; set; } public abstract bool Kinematic { get; set; } @@ -105,6 +105,7 @@ namespace OpenSim.Region.Physics.Manager get { return false; } set { return; } } + public override bool IsColliding { get { return false; } @@ -127,4 +128,4 @@ namespace OpenSim.Region.Physics.Manager return; } } -} +} \ No newline at end of file -- cgit v1.1