去除冗余

This commit is contained in:
ww-rm
2025-03-02 23:05:13 +08:00
parent 49c84a3254
commit e570ed2607

View File

@@ -97,11 +97,6 @@ namespace SpineViewer
Resolution = new(2048, 2048);
Center = new(0, 0);
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>