diff options
author | Justin Clark-Casey (justincc) | 2010-09-01 00:17:23 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-09-01 00:17:23 +0100 |
commit | c947a67b23dceb7a970efca2097fc84003f94f8f (patch) | |
tree | 96b527979160aadf87b29a5255d55db81d524e0f /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | refactor: change AttachmentsModule.AttachObject to use sp.GetAttachments rath... (diff) | |
parent | Adjust the "Magic numbers" we use because we can't reference the actual (diff) | |
download | opensim-SC_OLD-c947a67b23dceb7a970efca2097fc84003f94f8f.zip opensim-SC_OLD-c947a67b23dceb7a970efca2097fc84003f94f8f.tar.gz opensim-SC_OLD-c947a67b23dceb7a970efca2097fc84003f94f8f.tar.bz2 opensim-SC_OLD-c947a67b23dceb7a970efca2097fc84003f94f8f.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 2c242c9..e7175c5 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -1845,7 +1845,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1845 | copy.UpdateGroupRotationR(rot); | 1845 | copy.UpdateGroupRotationR(rot); |
1846 | } | 1846 | } |
1847 | 1847 | ||
1848 | copy.CreateScriptInstances(0, false, m_parentScene.DefaultScriptEngine, 0); | 1848 | copy.CreateScriptInstances(0, false, m_parentScene.DefaultScriptEngine, 1); |
1849 | copy.HasGroupChanged = true; | 1849 | copy.HasGroupChanged = true; |
1850 | copy.ScheduleGroupForFullUpdate(); | 1850 | copy.ScheduleGroupForFullUpdate(); |
1851 | copy.ResumeScripts(); | 1851 | copy.ResumeScripts(); |