소스 검색

[unity] Remove unused local.

pharan 7 년 전
부모
커밋
32d56c9c68
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      spine-unity/Assets/Spine/Runtime/spine-unity/Modules/AnimationMatchModifier/AnimationMatchModifierAsset.cs

+ 0 - 1
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]);