We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e557a7c commit 6ffa6e5Copy full SHA for 6ffa6e5
src/main/kotlin/com/lambda/interaction/managers/rotating/RotationConfig.kt
@@ -54,7 +54,7 @@ interface RotationConfig : ISettingGroup {
54
override val rotationMode = mode
55
override val keepTicks = 1
56
override val decayTicks = 1
57
- override val turnSpeed = 360.0
+ override val turnSpeed = 180.0
58
override val tickStageMask = RotationManager.openStages.toSet()
59
}
60
0 commit comments