diff options
author | UbitUmarov | 2015-09-26 01:31:57 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-26 01:31:57 +0100 |
commit | 0fb033e56766b433ccd03347b22e8141c28acaec (patch) | |
tree | 39de449d49292d7fe78059c4cef3ce51b84b4bd1 /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | revert previus wrong commit (diff) | |
download | opensim-SC_OLD-0fb033e56766b433ccd03347b22e8141c28acaec.zip opensim-SC_OLD-0fb033e56766b433ccd03347b22e8141c28acaec.tar.gz opensim-SC_OLD-0fb033e56766b433ccd03347b22e8141c28acaec.tar.bz2 opensim-SC_OLD-0fb033e56766b433ccd03347b22e8141c28acaec.tar.xz |
fix object crossings to other scene on same instance
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 111b74d..3b5f924 100755 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -2893,6 +2893,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
2893 | // newObject.RootPart.KeyframeMotion.UpdateSceneObject(newObject); | 2893 | // newObject.RootPart.KeyframeMotion.UpdateSceneObject(newObject); |
2894 | } | 2894 | } |
2895 | 2895 | ||
2896 | |||
2897 | |||
2896 | // Do this as late as possible so that listeners have full access to the incoming object | 2898 | // Do this as late as possible so that listeners have full access to the incoming object |
2897 | EventManager.TriggerOnIncomingSceneObject(newObject); | 2899 | EventManager.TriggerOnIncomingSceneObject(newObject); |
2898 | 2900 | ||