mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-16 03:51:37 +08:00
fixed warning
This commit is contained in:
parent
7414476841
commit
83624a2259
@ -661,7 +661,6 @@ public class SkeletonRenderer : MonoBehaviour {
|
||||
for (int i = startSlot, triangleIndex = 0; i < endSlot; i++) {
|
||||
Slot slot = drawOrder.Items[i];
|
||||
Attachment attachment = slot.attachment;
|
||||
Bone bone = slot.bone;
|
||||
|
||||
bool flip = flipStates.Items[i];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user