fix: scrollable direction
This commit is contained in:
parent
2dd6137459
commit
35cf63b323
1 changed files with 1 additions and 1 deletions
|
|
@ -927,7 +927,7 @@ where
|
|||
-movement * 60.0
|
||||
}
|
||||
mouse::ScrollDelta::Pixels { x, y } => {
|
||||
-Vector::new(x, y)
|
||||
Vector::new(x, y)
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue