From 32d56c9c68a181ad8f7fccd8a0540f4a904377f8 Mon Sep 17 00:00:00 2001 From: pharan Date: Mon, 1 Oct 2018 22:03:45 +0800 Subject: [PATCH] [unity] Remove unused local. --- .../AnimationMatchModifier/AnimationMatchModifierAsset.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/spine-unity/Assets/Spine/Runtime/spine-unity/Modules/AnimationMatchModifier/AnimationMatchModifierAsset.cs b/spine-unity/Assets/Spine/Runtime/spine-unity/Modules/AnimationMatchModifier/AnimationMatchModifierAsset.cs index 170679e73..1c87c61db 100644 --- a/spine-unity/Assets/Spine/Runtime/spine-unity/Modules/AnimationMatchModifier/AnimationMatchModifierAsset.cs +++ b/spine-unity/Assets/Spine/Runtime/spine-unity/Modules/AnimationMatchModifier/AnimationMatchModifierAsset.cs @@ -206,7 +206,6 @@ namespace Spine.Unity.Modules { var t = new DeformTimeline(1); t.slotIndex = timeline.slotIndex; t.attachment = timeline.attachment; - var slotData = skeletonData.slots.Items[t.slotIndex]; if (t.attachment.IsWeighted()) { t.SetFrame(0, 0, new float[t.attachment.vertices.Length]);