aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes
diff options
context:
space:
mode:
authorUbitUmarov2013-05-31 23:18:12 +0100
committerUbitUmarov2013-05-31 23:18:12 +0100
commit8fe2308afcd31abd1c0110fc44e78497ad66c231 (patch)
treeeba6510acf2087229b53261f80229467df8d1865 /OpenSim/Region/Framework/Scenes
parentretouch prim stopped condition test (diff)
parentFix multi-wear of alpha and tattoo layers. (diff)
downloadopensim-SC_OLD-8fe2308afcd31abd1c0110fc44e78497ad66c231.zip
opensim-SC_OLD-8fe2308afcd31abd1c0110fc44e78497ad66c231.tar.gz
opensim-SC_OLD-8fe2308afcd31abd1c0110fc44e78497ad66c231.tar.bz2
opensim-SC_OLD-8fe2308afcd31abd1c0110fc44e78497ad66c231.tar.xz
Merge branch 'avination-current' into ubitwork
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r--OpenSim/Region/Framework/Scenes/KeyframeMotion.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs b/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs
index b102e48..d773ee7 100644
--- a/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs
+++ b/OpenSim/Region/Framework/Scenes/KeyframeMotion.cs
@@ -645,7 +645,7 @@ namespace OpenSim.Region.Framework.Scenes
645 m_nextPosition = m_group.AbsolutePosition + motionThisFrame; 645 m_nextPosition = m_group.AbsolutePosition + motionThisFrame;
646 m_group.AbsolutePosition = m_nextPosition; 646 m_group.AbsolutePosition = m_nextPosition;
647 647
648 m_group.RootPart.Velocity = v; 648 //m_group.RootPart.Velocity = v;
649 update = true; 649 update = true;
650 } 650 }
651 651