mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Remove unused local.
This commit is contained in:
parent
a03b0cc288
commit
32d56c9c68
@ -206,7 +206,6 @@ namespace Spine.Unity.Modules {
|
|||||||
var t = new DeformTimeline(1);
|
var t = new DeformTimeline(1);
|
||||||
t.slotIndex = timeline.slotIndex;
|
t.slotIndex = timeline.slotIndex;
|
||||||
t.attachment = timeline.attachment;
|
t.attachment = timeline.attachment;
|
||||||
var slotData = skeletonData.slots.Items[t.slotIndex];
|
|
||||||
|
|
||||||
if (t.attachment.IsWeighted()) {
|
if (t.attachment.IsWeighted()) {
|
||||||
t.SetFrame(0, 0, new float[t.attachment.vertices.Length]);
|
t.SetFrame(0, 0, new float[t.attachment.vertices.Length]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user