# | Line 60 | Line 60 | namespace XNABoneViewer | |
---|---|---|
60 | private void post_init() | |
61 | { | |
62 | //this.bonerotation = this.bones.BoneRotation; | |
63 | + | //this.bones.Sort(new XNABoneViewer.XNABoneViewerControl.BoneParentIndexComparer()); |
64 | this.bones.Sort(); | |
65 | ||
66 | foreach (Bone bone in this.bones) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |