Эх сурвалжийг харах

[spine-csharp] Removed whitespace.

NathanSweet 9 жил өмнө
parent
commit
0a08704ee8

+ 2 - 2
spine-csharp/src/Skeleton.cs

@@ -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);
 			}