aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index 87b4cb8..254879b 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -2007,7 +2007,7 @@ namespace OpenSim.Region.Framework.Scenes
2007 RayStart, RayEnd, RayTargetID, Quaternion.Identity, 2007 RayStart, RayEnd, RayTargetID, Quaternion.Identity,
2008 BypassRayCast, bRayEndIsIntersection, true, scale, false); 2008 BypassRayCast, bRayEndIsIntersection, true, scale, false);
2009 2009
2010 RezObject(part, item, pos, Quaternion.Identity, Vector3.Zero, 0); 2010 RezObject(part, item, pos, null, Vector3.Zero, 0);
2011 } 2011 }
2012 } 2012 }
2013 2013