Skip to content

Commit

Permalink
Remove tracing of mouse wheel delta
Browse files Browse the repository at this point in the history
  • Loading branch information
Speykious committed Feb 15, 2024
1 parent 85d9004 commit 317c50b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/common/src/scene.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ impl ExampleSceneController {
MouseScrollDelta::PixelDelta(pos) => pos.y as f32 / 100.,
};

tracing::info!("delta = {:?}", delta);

self.hard_scale *= 2_f32.powf(self.scroll_speed * my);
}
_ => (),
Expand Down

0 comments on commit 317c50b

Please sign in to comment.