Skip to content

Commit 817acbd

Browse files
committed
default sensitivity to 2
1 parent 7930b71 commit 817acbd

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/lambda/module/modules/render

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/module/modules/render/Zoom.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object Zoom : Module(
3535
private val animationDuration by setting("Animation Duration", 1f, 0.1f..10f, 0.1f) { style != ZoomStyle.Instant }
3636
private val scroll by setting("Scroll", true)
3737
private val persistentScroll by setting("Persistent Scroll", false) { scroll }
38-
private val sensitivity by setting("Sensitivity", 0.4f, 0.1f..1f, 0.1f) { scroll }
38+
private val sensitivity by setting("Sensitivity", 0.2f, 0.1f..1f, 0.1f) { scroll }
3939
@JvmStatic val smoothMovement by setting("Smooth Movement", false)
4040

4141
private var extraZoom = 0f

0 commit comments

Comments
 (0)