[csharp] Removed leftover unnecessary statement.

This commit is contained in:
Harald Csaszar 2025-08-19 19:05:03 +02:00
parent f1d98393d5
commit f2d9edd830

View File

@ -79,7 +79,6 @@ namespace Spine {
slots = new ExposedList<Slot>(data.slots.Count);
drawOrder = new ExposedList<Slot>(data.slots.Count);
foreach (SlotData slotData in data.slots) {
Bone bone = bonesItems[slotData.boneData.index];
Slot slot = new Slot(slotData, this);
slots.Add(slot);
drawOrder.Add(slot);