fix fmt
All checks were successful
Rust Checks / checks (push) Successful in 5m30s
Rust Checks / checks (pull_request) Successful in 3m18s

This commit is contained in:
CoCo_Sol 2024-03-09 13:34:49 +01:00
parent e3d3da2029
commit eb46e4da4e

View file

@ -42,7 +42,6 @@ fn mouse_handler(
mut events_writer: EventWriter<ClickOnTheWorld>, mut events_writer: EventWriter<ClickOnTheWorld>,
not_clickable_zones: Query<(&Node, &GlobalTransform), With<ZoneNotClickable>>, not_clickable_zones: Query<(&Node, &GlobalTransform), With<ZoneNotClickable>>,
ui_scale: Res<UiScale>, ui_scale: Res<UiScale>,
) { ) {
if !mouse_button_input.just_pressed(MouseButton::Left) { if !mouse_button_input.just_pressed(MouseButton::Left) {
return; return;