mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-01 05:09:07 +08:00
Missed porting.
This commit is contained in:
parent
4758bc713c
commit
6552c85bb9
@ -544,7 +544,7 @@ namespace Spine {
|
|||||||
e.Int = ReadInt(input, false);
|
e.Int = ReadInt(input, false);
|
||||||
e.Float = ReadFloat(input);
|
e.Float = ReadFloat(input);
|
||||||
e.String = ReadBoolean(input) ? ReadString(input) : eventData.String;
|
e.String = ReadBoolean(input) ? ReadString(input) : eventData.String;
|
||||||
timeline.SetFrame(i, time, e);
|
timeline.SetFrame(i, e);
|
||||||
}
|
}
|
||||||
timelines.Add(timeline);
|
timelines.Add(timeline);
|
||||||
duration = Math.Max(duration, timeline.frames[eventCount - 1]);
|
duration = Math.Max(duration, timeline.frames[eventCount - 1]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user