From f1b47ccb8a92280df51bb28b495829f8f7f8127e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 3 Jan 2025 13:41:21 -0500 Subject: Add initial GLTF support --- src/framebuffer.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/framebuffer.rs') diff --git a/src/framebuffer.rs b/src/framebuffer.rs index fb6ab02..6d8d1b5 100644 --- a/src/framebuffer.rs +++ b/src/framebuffer.rs @@ -23,7 +23,6 @@ impl Framebuffer { let upscaleh = context::RENDER_HEIGHT * ratio; let offsetx = (windoww - upscalew) / 2.0; let offsety = (windowh - upscaleh) / 2.0; - log::info!("{} {} {} {} {} {}", windoww, windowh, upscalew, upscaleh, offsetx, offsety); Self { tex: None, fbo: None, -- cgit v1.2.3