From d4bab6f0a6bb0641cba299f27e3c6380f0853948 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 21 Nov 2024 10:07:12 -0500 Subject: [PATCH] compile error --- rgis-camera/src/systems.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rgis-camera/src/systems.rs b/rgis-camera/src/systems.rs index 333c88c..85601e2 100644 --- a/rgis-camera/src/systems.rs +++ b/rgis-camera/src/systems.rs @@ -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; } };