test scenes do not set IsRunning

0.9.0-post-fixes
UbitUmarov 2017-07-16 05:52:01 +01:00
parent 9ae26fc5af
commit 2f9222bec3
1 changed files with 0 additions and 3 deletions

View File

@ -657,9 +657,6 @@ namespace OpenSim.Region.Framework.Scenes
} }
} }
if(!m_scene.IsRunning)
return sog;
if (root.KeyframeMotion != null) if (root.KeyframeMotion != null)
root.KeyframeMotion.StartCrossingCheck(); root.KeyframeMotion.StartCrossingCheck();