mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[csharp] Fixed missing paren.
This commit is contained in:
parent
9f15d1be4a
commit
f1730b2b38
@ -450,7 +450,7 @@ namespace Spine {
|
|||||||
frameIndex++;
|
frameIndex++;
|
||||||
}
|
}
|
||||||
timelines.Add(timeline);
|
timelines.Add(timeline);
|
||||||
duration = Math.Max(duration, timeline.frames[(timeline.FrameCount -1) * ColorTimeline.ENTRIES];
|
duration = Math.Max(duration, timeline.frames[(timeline.FrameCount - 1) * ColorTimeline.ENTRIES]);
|
||||||
|
|
||||||
} else if (timelineName == "attachment") {
|
} else if (timelineName == "attachment") {
|
||||||
var timeline = new AttachmentTimeline(values.Count);
|
var timeline = new AttachmentTimeline(values.Count);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user