Shas to ShapeHelper

This commit is contained in:
2026-06-13 23:39:31 +02:00
parent 80b19bd8bd
commit 47566b923e
6 changed files with 59 additions and 59 deletions

View File

@@ -48,7 +48,7 @@ namespace _2DGAMELIB
this.Are = Are;
this.Width = Width;
CurveOutline[] array = new CurveOutline[1] { Shas.GetSquare() };
CurveOutline[] array = new CurveOutline[1] { ShapeHelper.GetSquare() };
if (FramColor == Color.Empty || FramColor == Color.Transparent)
{
array.OutlineFalse();