diff options
author | Kitto Flora | 2010-09-02 21:51:27 +0000 |
---|---|---|
committer | Kitto Flora | 2010-09-02 21:51:27 +0000 |
commit | 24c73aa8b2058804a6326adbd81462b5ac690609 (patch) | |
tree | 177340f497c1fbe26a606cb98a316535b0954a2e /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | Fixes to JUMP system. (diff) | |
parent | Remove commented code and the comment, as the change has proven out (diff) | |
download | opensim-SC-24c73aa8b2058804a6326adbd81462b5ac690609.zip opensim-SC-24c73aa8b2058804a6326adbd81462b5ac690609.tar.gz opensim-SC-24c73aa8b2058804a6326adbd81462b5ac690609.tar.bz2 opensim-SC-24c73aa8b2058804a6326adbd81462b5ac690609.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
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 b86a564..8823df1 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -1928,7 +1928,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1928 | copy.UpdateGroupRotationR(rot); | 1928 | copy.UpdateGroupRotationR(rot); |
1929 | } | 1929 | } |
1930 | 1930 | ||
1931 | copy.CreateScriptInstances(0, false, m_parentScene.DefaultScriptEngine, 0); | 1931 | copy.CreateScriptInstances(0, false, m_parentScene.DefaultScriptEngine, 1); |
1932 | copy.HasGroupChanged = true; | 1932 | copy.HasGroupChanged = true; |
1933 | copy.ScheduleGroupForFullUpdate(); | 1933 | copy.ScheduleGroupForFullUpdate(); |
1934 | copy.ResumeScripts(); | 1934 | copy.ResumeScripts(); |