aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
diff options
context:
space:
mode:
authorMW2008-06-29 12:33:45 +0000
committerMW2008-06-29 12:33:45 +0000
commit037b31f9dbf446ffb770ed465e9c4b46600f43fa (patch)
tree5768c828def615418a234d4f99852f8d6982d7d1 /OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
parentpatch and files from mantis #1630, Thanks Melanie (diff)
downloadopensim-SC_OLD-037b31f9dbf446ffb770ed465e9c4b46600f43fa.zip
opensim-SC_OLD-037b31f9dbf446ffb770ed465e9c4b46600f43fa.tar.gz
opensim-SC_OLD-037b31f9dbf446ffb770ed465e9c4b46600f43fa.tar.bz2
opensim-SC_OLD-037b31f9dbf446ffb770ed465e9c4b46600f43fa.tar.xz
patch from mantis #1632, thanks Melanie
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs2
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 0320857..235b657 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -1844,7 +1844,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
1844 // need the magnitude later 1844 // need the magnitude later
1845 float velmag = (float)Util.GetMagnitude(llvel); 1845 float velmag = (float)Util.GetMagnitude(llvel);
1846 1846
1847 SceneObjectGroup new_group = World.RezObject(inv.Value, llpos, new LLQuaternion((float)rot.x, (float)rot.y, (float)rot.z, (float)rot.s), llvel, param); 1847 SceneObjectGroup new_group = World.RezObject(m_host, inv.Value, llpos, new LLQuaternion((float)rot.x, (float)rot.y, (float)rot.z, (float)rot.s), llvel, param);
1848 1848
1849 // If either of these are null, then there was an unknown error. 1849 // If either of these are null, then there was an unknown error.
1850 if (new_group == null) 1850 if (new_group == null)