aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
index 559744f..19eec71 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -7859,7 +7859,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
7859 } 7859 }
7860 else 7860 else
7861 q = m_host.ParentGroup.GroupRotation; // just the group rotation 7861 q = m_host.ParentGroup.GroupRotation; // just the group rotation
7862 return new LSL_Rotation(q.X, q.Y, q.Z, q.W); 7862
7863 return new LSL_Rotation(q);
7863 } 7864 }
7864 7865
7865 public LSL_String llGetObjectDesc() 7866 public LSL_String llGetObjectDesc()