去除冗余
This commit is contained in:
@@ -97,11 +97,6 @@ namespace SpineViewer
|
|||||||
Resolution = new(2048, 2048);
|
Resolution = new(2048, 2048);
|
||||||
Center = new(0, 0);
|
Center = new(0, 0);
|
||||||
FlipY = true;
|
FlipY = true;
|
||||||
|
|
||||||
XAxisVertex[0] = new(new(0, 0), AxisColor);
|
|
||||||
XAxisVertex[1] = new(new(0, 0), AxisColor);
|
|
||||||
YAxisVertex[0] = new(new(0, 0), AxisColor);
|
|
||||||
YAxisVertex[1] = new(new(0, 0), AxisColor);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user