diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 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 a559683..1fe095b 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -2363,7 +2363,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
2363 | // RootPart != null should shortcircuit | 2363 | // RootPart != null should shortcircuit |
2364 | 2364 | ||
2365 | // try to let this work as in SL... | 2365 | // try to let this work as in SL... |
2366 | if (m_host.ParentID == 0 ) //|| (rootPart != null && m_host.LocalId == rootPart.LocalId)) | 2366 | if (m_host.ParentID == 0 || (rootPart != null && m_host.LocalId == rootPart.LocalId)) |
2367 | { | 2367 | { |
2368 | // special case: If we are root, rotate complete SOG to new rotation | 2368 | // special case: If we are root, rotate complete SOG to new rotation |
2369 | SetRot(m_host, rot); | 2369 | SetRot(m_host, rot); |