Skip to content

Commit

Permalink
fix check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tguichaoua committed Aug 11, 2023
1 parent 9a6291d commit 5d194d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ fn update_cursor_info(
let cameras = cameras.into_iter().rev();

for (camera_ref, cam_t, camera) in cameras {
let _ = cam_t; // Note: disable the unused_variables warning in no-default-feature.

// Does the camera viewport contain the cursor ?
let contain_cursor = match &camera.viewport {
Some(viewport) => {
Expand Down

0 comments on commit 5d194d5

Please sign in to comment.