Increase amount of sides for rendered circles

This commit is contained in:
spherallic 2023-09-06 00:11:20 +02:00
parent d2b4c05aa6
commit c891cad6fc

View file

@ -94,7 +94,7 @@ namespace CodeImp.DoomBuilder.GZBuilder.Data
#region ================== Constants
private const int CIRCLE_SIDES = 24;
private const int CIRCLE_SIDES = 64;
#endregion