diff options
author | Melanie Thielker | 2009-02-17 19:33:25 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-02-17 19:33:25 +0000 |
commit | 7c1305a3273400c4b4a2984900d7bfa4784865fd (patch) | |
tree | 44dfd2e64cfe98cad186114653d35eff822c4b63 | |
parent | One-liner to fix an omission (diff) | |
download | opensim-SC_OLD-7c1305a3273400c4b4a2984900d7bfa4784865fd.zip opensim-SC_OLD-7c1305a3273400c4b4a2984900d7bfa4784865fd.tar.gz opensim-SC_OLD-7c1305a3273400c4b4a2984900d7bfa4784865fd.tar.bz2 opensim-SC_OLD-7c1305a3273400c4b4a2984900d7bfa4784865fd.tar.xz |
Re-fixing the fix :/
-rw-r--r-- | OpenSim/Region/Framework/Scenes/AnimationSet.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/AnimationSet.cs b/OpenSim/Region/Framework/Scenes/AnimationSet.cs index 41844c1..f6b5a79 100644 --- a/OpenSim/Region/Framework/Scenes/AnimationSet.cs +++ b/OpenSim/Region/Framework/Scenes/AnimationSet.cs | |||
@@ -143,7 +143,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
143 | 143 | ||
144 | animIDs[0] = m_defaultAnimation.AnimID; | 144 | animIDs[0] = m_defaultAnimation.AnimID; |
145 | sequenceNums[0] = m_defaultAnimation.SequenceNum; | 145 | sequenceNums[0] = m_defaultAnimation.SequenceNum; |
146 | objectIDs[0] = m_defaultAnimation.objectID; | 146 | objectIDs[0] = m_defaultAnimation.ObjectID; |
147 | 147 | ||
148 | for (int i = 0; i < m_animations.Count; ++i) | 148 | for (int i = 0; i < m_animations.Count; ++i) |
149 | { | 149 | { |