aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorMelanie2009-11-04 23:29:42 +0000
committerMelanie2009-11-04 23:29:42 +0000
commita431f346e729dddc310f4a43f07ce599edc61ca0 (patch)
treee53dd04c0fd173ace890072529894554c7ee0556 /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
parentRefine oversized packet handling as per jhurliman. Reallocate the buffer to (diff)
parentInitialize SceneObjectPart.RotationOffset to Quaternion.Identity (diff)
downloadopensim-SC_OLD-a431f346e729dddc310f4a43f07ce599edc61ca0.zip
opensim-SC_OLD-a431f346e729dddc310f4a43f07ce599edc61ca0.tar.gz
opensim-SC_OLD-a431f346e729dddc310f4a43f07ce599edc61ca0.tar.bz2
opensim-SC_OLD-a431f346e729dddc310f4a43f07ce599edc61ca0.tar.xz
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index 2bc7f66..f47be99 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -243,7 +243,7 @@ namespace OpenSim.Region.Framework.Scenes
243 protected SceneObjectGroup m_parentGroup; 243 protected SceneObjectGroup m_parentGroup;
244 protected byte[] m_particleSystem = Utils.EmptyBytes; 244 protected byte[] m_particleSystem = Utils.EmptyBytes;
245 protected ulong m_regionHandle; 245 protected ulong m_regionHandle;
246 protected Quaternion m_rotationOffset; 246 protected Quaternion m_rotationOffset = Quaternion.Identity;
247 protected PrimitiveBaseShape m_shape; 247 protected PrimitiveBaseShape m_shape;
248 protected UUID m_uuid; 248 protected UUID m_uuid;
249 protected Vector3 m_velocity; 249 protected Vector3 m_velocity;