We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cfbb1 commit 9bce2e8Copy full SHA for 9bce2e8
crates/notation_bevy/src/app/app.rs
@@ -180,7 +180,7 @@ fn handle_keyboard_inputs(
180
fn handle_mouse_inputs(
181
windows: Res<Windows>,
182
mouse_input: Res<Input<MouseButton>>,
183
- mut settings: ResMut<NotationSettings>,
+ settings: ResMut<NotationSettings>,
184
mut mouse_motion_events: EventReader<MouseMotion>,
185
mut mouse_wheel_input: EventReader<bevy::input::mouse::MouseWheel>,
186
mut mouse_clicked: EventWriter<MouseClickedEvent>,
0 commit comments