diff options
author | UbitUmarov | 2019-03-23 02:24:32 +0000 |
---|---|---|
committer | UbitUmarov | 2019-03-23 02:24:32 +0000 |
commit | a9aba562b11d2b45eee0ad9edbae97167cf1ae8d (patch) | |
tree | 402e19b4bb77f7df491b2bb4a90a4d779365eebe /OpenSim/Region | |
parent | add more test code to make usage od compressed updates etc. Should be disable... (diff) | |
download | opensim-SC-a9aba562b11d2b45eee0ad9edbae97167cf1ae8d.zip opensim-SC-a9aba562b11d2b45eee0ad9edbae97167cf1ae8d.tar.gz opensim-SC-a9aba562b11d2b45eee0ad9edbae97167cf1ae8d.tar.bz2 opensim-SC-a9aba562b11d2b45eee0ad9edbae97167cf1ae8d.tar.xz |
pesty warning
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 4f3f83a..ebb8eda 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -312,7 +312,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
312 | private Quaternion m_sitTargetOrientation = Quaternion.Identity; | 312 | private Quaternion m_sitTargetOrientation = Quaternion.Identity; |
313 | private Vector3 m_sitTargetPosition; | 313 | private Vector3 m_sitTargetPosition; |
314 | private string m_sitAnimation = "SIT"; | 314 | private string m_sitAnimation = "SIT"; |
315 | private bool m_occupied; // KF if any av is sitting on this prim | ||
316 | private string m_text = String.Empty; | 315 | private string m_text = String.Empty; |
317 | private string m_touchName = String.Empty; | 316 | private string m_touchName = String.Empty; |
318 | private UndoRedoState m_UndoRedo = null; | 317 | private UndoRedoState m_UndoRedo = null; |