remove scroll log
This commit is contained in:
@@ -20,7 +20,6 @@ pub fn mouse_zoom(
|
||||
for mut ortho in query.iter_mut() {
|
||||
ortho.scale -= scroll;
|
||||
ortho.scale = ortho.scale.clamp(0.5, 1.0);
|
||||
dbg!(ortho.scale);
|
||||
}
|
||||
}
|
||||
MouseScrollUnit::Pixel => {}
|
||||
|
Reference in New Issue
Block a user