mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-25 22:23:42 +08:00
[spine-csharp] Removed whitespace.
This commit is contained in:
parent
5c9b1f30eb
commit
0a08704ee8
@ -82,8 +82,8 @@ namespace Spine {
|
|||||||
bone = new Bone(boneData, this, null);
|
bone = new Bone(boneData, this, null);
|
||||||
} else {
|
} else {
|
||||||
Bone parent = bones.Items[boneData.parent.index];
|
Bone parent = bones.Items[boneData.parent.index];
|
||||||
bone = new Bone (boneData, this, parent);
|
bone = new Bone(boneData, this, parent);
|
||||||
parent.children.Add (bone);
|
parent.children.Add(bone);
|
||||||
}
|
}
|
||||||
bones.Add(bone);
|
bones.Add(bone);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user