mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[csharp] Removed leftover unnecessary statement.
This commit is contained in:
parent
f1d98393d5
commit
f2d9edd830
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user