mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Increment angle by 5 instead of 8 in curve linedefs mode
This commit is contained in:
parent
987f998ba4
commit
0514086933
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
||||||
//
|
//
|
||||||
this.angle.AutoSize = false;
|
this.angle.AutoSize = false;
|
||||||
this.angle.Increment = new decimal(new int[] {
|
this.angle.Increment = new decimal(new int[] {
|
||||||
8,
|
5,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0});
|
0});
|
||||||
|
|
Loading…
Reference in a new issue