Curve Linedefs: increment angle by 5 instead of 8 when using rotate actions

This commit is contained in:
spherallic 2023-09-15 21:35:57 +02:00
parent f8e7bd3739
commit 7214e1b8b2

View file

@ -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});