Skip to content
Snippets Groups Projects
Commit e4c183e9 authored by NiseVoid's avatar NiseVoid
Browse files

Make clippy happy again

parent 3344300c
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ pub fn update_opacity_layer_cameras(
WindowRef::Primary => primary_window.get_single().unwrap(),
};
if let Ok(camera_window) = windows.get(window_entity) {
opacity_layers.add_or_update(&camera_entity, &camera, camera_window, &mut images);
opacity_layers.add_or_update(&camera_entity, camera, camera_window, &mut images);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment