diff options
author | Melanie Thielker | 2008-11-13 19:00:46 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-13 19:00:46 +0000 |
commit | ca35b49b7043b6625e3fb02f0bfdd23bd3f16ae2 (patch) | |
tree | 860121f5f0477af04c12612193877470bec4a313 /OpenSim/Region/Environment | |
parent | * First part of a series of patches (diff) | |
download | opensim-SC_OLD-ca35b49b7043b6625e3fb02f0bfdd23bd3f16ae2.zip opensim-SC_OLD-ca35b49b7043b6625e3fb02f0bfdd23bd3f16ae2.tar.gz opensim-SC_OLD-ca35b49b7043b6625e3fb02f0bfdd23bd3f16ae2.tar.bz2 opensim-SC_OLD-ca35b49b7043b6625e3fb02f0bfdd23bd3f16ae2.tar.xz |
Make scripts in objects rezzed from script compile synchronously to close
a timing gap. Still not 100%, but getting there
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 0e28b0c..19c9d08 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -2171,7 +2171,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
2171 | group.UpdateGroupRotation(rot); | 2171 | group.UpdateGroupRotation(rot); |
2172 | //group.ApplyPhysics(m_physicalPrim); | 2172 | //group.ApplyPhysics(m_physicalPrim); |
2173 | group.Velocity = vel; | 2173 | group.Velocity = vel; |
2174 | group.CreateScriptInstances(param, true, DefaultScriptEngine, 0); | 2174 | group.CreateScriptInstances(param, true, DefaultScriptEngine, 2); |
2175 | rootPart.ScheduleFullUpdate(); | 2175 | rootPart.ScheduleFullUpdate(); |
2176 | 2176 | ||
2177 | if (!ExternalChecks.ExternalChecksBypassPermissions()) | 2177 | if (!ExternalChecks.ExternalChecksBypassPermissions()) |