Skip to content

Commit

Permalink
compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Nov 21, 2024
1 parent 9571461 commit d4bab6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rgis-camera/src/systems.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fn zoom_camera_system(
mouse_offset = match crate::CameraOffset::from_coord(event.coord) {
Ok(offset) => offset,
Err(e) => {
error!("Error creating camera offset: {}", e);
error!("Error creating camera offset: {:?}", e);
continue;
}
};
Expand Down

0 comments on commit d4bab6f

Please sign in to comment.