Merge pull request #3347 from bidolah/dev5

Cleanup code
This commit is contained in:
Jaex 2018-04-29 03:51:42 +03:00 committed by GitHub
commit 6b550e05cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,11 +51,6 @@ private void AdjustPoints(int centerPointCount)
newPoints[newPoints.Length - 1] = Points[Points.Length - 1];
}
for (int i = 0; i < newPoints.Length; i++)
{
if (newPoints[i] == null) newPoints[i] = new Point();
}
Points = newPoints;
}