diff options
author | Melanie | 2013-03-03 12:48:36 +0100 |
---|---|---|
committer | Melanie | 2013-03-03 12:48:56 +0100 |
commit | 34bb2fd015178dd97efb0f6c83f61a079781dcae (patch) | |
tree | a4773725cf66a51f20c2794838924c34d0f72607 /OpenSim/Region/Framework/Scenes/KeyframeMotion.cs | |
parent | Make a viewer sent XML error prettier (diff) | |
download | opensim-SC_OLD-34bb2fd015178dd97efb0f6c83f61a079781dcae.zip opensim-SC_OLD-34bb2fd015178dd97efb0f6c83f61a079781dcae.tar.gz opensim-SC_OLD-34bb2fd015178dd97efb0f6c83f61a079781dcae.tar.bz2 opensim-SC_OLD-34bb2fd015178dd97efb0f6c83f61a079781dcae.tar.xz |
Make Keyframe motion cross regions again
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/KeyframeMotion.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/KeyframeMotion.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs b/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs index 6dc6504..b102e48 100644 --- a/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs +++ b/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs | |||
@@ -276,6 +276,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
276 | } | 276 | } |
277 | 277 | ||
278 | newMotion.m_timerStopped = false; | 278 | newMotion.m_timerStopped = false; |
279 | newMotion.m_running = true; | ||
279 | newMotion.m_isCrossing = false; | 280 | newMotion.m_isCrossing = false; |
280 | newMotion.m_waitingCrossing = false; | 281 | newMotion.m_waitingCrossing = false; |
281 | } | 282 | } |