diff options
author | Justin Clark-Casey (justincc) | 2011-11-21 17:55:54 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-21 17:55:54 +0000 |
commit | 4fdcfd79e4c8cdbc53fe9a2b46ef7d8511571681 (patch) | |
tree | 35206a6715676628fbd17d84f9898fd2f8a4e3eb /OpenSim/Region/Physics/Manager | |
parent | Chain SOP constructors together rather than having copy/paste code (diff) | |
download | opensim-SC_OLD-4fdcfd79e4c8cdbc53fe9a2b46ef7d8511571681.zip opensim-SC_OLD-4fdcfd79e4c8cdbc53fe9a2b46ef7d8511571681.tar.gz opensim-SC_OLD-4fdcfd79e4c8cdbc53fe9a2b46ef7d8511571681.tar.bz2 opensim-SC_OLD-4fdcfd79e4c8cdbc53fe9a2b46ef7d8511571681.tar.xz |
Actually remove PhysicsActor.SOPDescription this time
Diffstat (limited to 'OpenSim/Region/Physics/Manager')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsActor.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsActor.cs b/OpenSim/Region/Physics/Manager/PhysicsActor.cs index 798a0a4..c213e6a 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsActor.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsActor.cs | |||
@@ -160,8 +160,10 @@ namespace OpenSim.Region.Physics.Manager | |||
160 | 160 | ||
161 | public abstract bool Selected { set; } | 161 | public abstract bool Selected { set; } |
162 | 162 | ||
163 | /// <summary> | ||
164 | /// This is being used by ODE joint code. | ||
165 | /// </summary> | ||
163 | public string SOPName; | 166 | public string SOPName; |
164 | public string SOPDescription; | ||
165 | 167 | ||
166 | public abstract void CrossingFailure(); | 168 | public abstract void CrossingFailure(); |
167 | 169 | ||