diff options
author | Teravus Ovares | 2008-12-28 16:30:00 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-12-28 16:30:00 +0000 |
commit | 6eed7fcd1edcb3d4613982a51d6a21540a5cf67d (patch) | |
tree | 4d458b661854194d79a82587ec9849af13991ea5 /OpenSim/Region/Physics/Manager/PhysicsActor.cs | |
parent | * Eliminate a possible null reference from the LLSDLogin method. (diff) | |
download | opensim-SC-6eed7fcd1edcb3d4613982a51d6a21540a5cf67d.zip opensim-SC-6eed7fcd1edcb3d4613982a51d6a21540a5cf67d.tar.gz opensim-SC-6eed7fcd1edcb3d4613982a51d6a21540a5cf67d.tar.bz2 opensim-SC-6eed7fcd1edcb3d4613982a51d6a21540a5cf67d.tar.xz |
* More NINJA Joint physics fixes from nlin.
fixes mantis #2874
Diffstat (limited to 'OpenSim/Region/Physics/Manager/PhysicsActor.cs')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsActor.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsActor.cs b/OpenSim/Region/Physics/Manager/PhysicsActor.cs index e7aa9d1..0f75c46 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsActor.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsActor.cs | |||
@@ -127,8 +127,8 @@ namespace OpenSim.Region.Physics.Manager | |||
127 | 127 | ||
128 | public abstract bool Selected { set; } | 128 | public abstract bool Selected { set; } |
129 | 129 | ||
130 | public virtual String SOPName { get { return String.Empty; } set { return; } } | 130 | public string SOPName; |
131 | public virtual String SOPDescription { get { return String.Empty; } set { return; } } | 131 | public string SOPDescription; |
132 | 132 | ||
133 | public abstract void CrossingFailure(); | 133 | public abstract void CrossingFailure(); |
134 | 134 | ||