mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-19 23:11:03 +00:00
Curve Linedefs: increment angle by 5 instead of 8 when using rotate actions
This commit is contained in:
parent
f8e7bd3739
commit
7214e1b8b2
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