diff options
Diffstat (limited to 'src/framebuffer.rs')
| -rw-r--r-- | src/framebuffer.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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, |
