From e6f92044caa8f66fd0a04019b9edcd30eb389920 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 20 Nov 2008 00:13:15 +0000 Subject: From: Christopher Yeoh Attached is a patch which fixes mantis bug 2645 where scripts in child prims freeze after being unlinked from the root prim. This got introduced some time after the 0.6 freeze. Have checked test suites pass even after nant clean ;-) http://opensimulator.org/mantis/bug_update_page.php?bug_id=2645 Also removes a redundant ResetIDs call Regards, Chris --- OpenSim/Region/Environment/Scenes/SceneGraph.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes/SceneGraph.cs') diff --git a/OpenSim/Region/Environment/Scenes/SceneGraph.cs b/OpenSim/Region/Environment/Scenes/SceneGraph.cs index ab0ec1f..18fe151 100644 --- a/OpenSim/Region/Environment/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Environment/Scenes/SceneGraph.cs @@ -1669,7 +1669,6 @@ namespace OpenSim.Region.Environment.Scenes { SceneObjectGroup copy = originPrim.Copy(AgentID, GroupID, true); copy.AbsolutePosition = copy.AbsolutePosition + offset; - copy.ResetIDs(); lock (Entities) { -- cgit v1.1