This commit is contained in:
bmathews 2025-11-14 14:04:47 -08:00
parent fefa01b6f9
commit 48c4e7608a
2 changed files with 61 additions and 1 deletions

View file

@ -56,7 +56,7 @@ function CameraMovement() {
const handleWheel = (e: WheelEvent) => {
e.preventDefault();
const direction = e.deltaY > 0 ? 1 : -1;
const direction = e.deltaY > 0 ? -1 : 1;
const delta =
// Helps normalize sensitivity; trackpad scrolling will have many small