Increment angle by 5 instead of 8 in curve linedefs mode

This commit is contained in:
spherallic 2023-05-08 15:02:03 +02:00
parent 987f998ba4
commit 0514086933
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
//
this.angle.AutoSize = false;
this.angle.Increment = new decimal(new int[] {
8,
5,
0,
0,
0});