Skip to content

Commit 6ffa6e5

Browse files
committed
180 default turn speed in instant rotation settings
1 parent e557a7c commit 6ffa6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/interaction/managers/rotating/RotationConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ interface RotationConfig : ISettingGroup {
5454
override val rotationMode = mode
5555
override val keepTicks = 1
5656
override val decayTicks = 1
57-
override val turnSpeed = 360.0
57+
override val turnSpeed = 180.0
5858
override val tickStageMask = RotationManager.openStages.toSet()
5959
}
6060
}

0 commit comments

Comments
 (0)