mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-31 21:00:56 +00:00
Increase amount of sides for rendered circles
This commit is contained in:
parent
d2b4c05aa6
commit
c891cad6fc
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ namespace CodeImp.DoomBuilder.GZBuilder.Data
|
|||
|
||||
#region ================== Constants
|
||||
|
||||
private const int CIRCLE_SIDES = 24;
|
||||
private const int CIRCLE_SIDES = 64;
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Reference in a new issue