mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Remove completely unused SOG.Rotation parameter
We always use SOP.Rotation instead
This commit is contained in:
@@ -281,14 +281,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
get { return m_parts.Count; }
|
||||
}
|
||||
|
||||
protected Quaternion m_rotation = Quaternion.Identity;
|
||||
|
||||
public virtual Quaternion Rotation
|
||||
{
|
||||
get { return m_rotation; }
|
||||
set { m_rotation = value; }
|
||||
}
|
||||
|
||||
public Quaternion GroupRotation
|
||||
{
|
||||
get { return m_rootPart.RotationOffset; }
|
||||
|
||||
Reference in New Issue
Block a user