mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-11 01:28:44 +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);
|
||||
} else {
|
||||
Bone parent = bones.Items[boneData.parent.index];
|
||||
bone = new Bone (boneData, this, parent);
|
||||
parent.children.Add (bone);
|
||||
bone = new Bone(boneData, this, parent);
|
||||
parent.children.Add(bone);
|
||||
}
|
||||
bones.Add(bone);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user