diff options
author | Justin Clark-Casey (justincc) | 2011-11-21 18:06:04 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-21 18:06:04 +0000 |
commit | cead87005bbcb7a4f19440a3bb7876252a7b77ac (patch) | |
tree | 44e5e705b72de4a57d15999b71ffcd4bc96eb411 /OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |
parent | Actually remove PhysicsActor.SOPDescription this time (diff) | |
download | opensim-SC_OLD-cead87005bbcb7a4f19440a3bb7876252a7b77ac.zip opensim-SC_OLD-cead87005bbcb7a4f19440a3bb7876252a7b77ac.tar.gz opensim-SC_OLD-cead87005bbcb7a4f19440a3bb7876252a7b77ac.tar.bz2 opensim-SC_OLD-cead87005bbcb7a4f19440a3bb7876252a7b77ac.tar.xz |
Have ODECharacter and ODEPrim both use PhysicsActor.Name instead of maintaining their own properties
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 1ba7ef7..5f21c9d 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -184,7 +184,6 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
184 | private bool m_lastUpdateSent; | 184 | private bool m_lastUpdateSent; |
185 | 185 | ||
186 | public IntPtr Body = IntPtr.Zero; | 186 | public IntPtr Body = IntPtr.Zero; |
187 | public String Name { get; private set; } | ||
188 | private Vector3 _target_velocity; | 187 | private Vector3 _target_velocity; |
189 | private d.Mass pMass; | 188 | private d.Mass pMass; |
190 | 189 | ||