Missed porting.

This commit is contained in:
John 2016-02-17 09:11:44 +08:00
parent 4758bc713c
commit 6552c85bb9

View File

@ -544,7 +544,7 @@ namespace Spine {
e.Int = ReadInt(input, false);
e.Float = ReadFloat(input);
e.String = ReadBoolean(input) ? ReadString(input) : eventData.String;
timeline.SetFrame(i, time, e);
timeline.SetFrame(i, e);
}
timelines.Add(timeline);
duration = Math.Max(duration, timeline.frames[eventCount - 1]);