浏览代码

Fixed accidental remerge

Fenrisul 11 年之前
父节点
当前提交
f643dab32d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      spine-csharp/src/Bone.cs

+ 0 - 1
spine-csharp/src/Bone.cs

@@ -42,7 +42,6 @@ namespace Spine {
 		internal float x, y, rotation, rotationIK, scaleX, scaleY;
 		internal float m00, m01, m10, m11;
 		internal float worldX, worldY, worldRotation, worldScaleX, worldScaleY;
-		internal bool flipX, flipY;
 
 		public BoneData Data { get { return data; } }
 		public Skeleton Skeleton { get { return skeleton; } }