fix: scrollable direction

This commit is contained in:
Ashley Wulber 2024-10-18 16:19:36 -04:00
parent 2dd6137459
commit 35cf63b323
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -927,7 +927,7 @@ where
-movement * 60.0
}
mouse::ScrollDelta::Pixels { x, y } => {
-Vector::new(x, y)
Vector::new(x, y)
}
};