Make Keyframe motion cross regions again

This commit is contained in:
Melanie
2013-03-03 12:48:36 +01:00
parent 2ad72db0ec
commit 34bb2fd015
2 changed files with 4 additions and 2 deletions

View File

@@ -276,6 +276,7 @@ namespace OpenSim.Region.Framework.Scenes
}
newMotion.m_timerStopped = false;
newMotion.m_running = true;
newMotion.m_isCrossing = false;
newMotion.m_waitingCrossing = false;
}