Re-fixing the fix :/

0.6.3-post-fixes
Melanie Thielker 2009-02-17 19:33:25 +00:00
parent d94c67e953
commit 7c1305a327
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ namespace OpenSim.Region.Framework.Scenes
animIDs[0] = m_defaultAnimation.AnimID;
sequenceNums[0] = m_defaultAnimation.SequenceNum;
objectIDs[0] = m_defaultAnimation.objectID;
objectIDs[0] = m_defaultAnimation.ObjectID;
for (int i = 0; i < m_animations.Count; ++i)
{