From 902c39b03e6e894641abd0e0cc2b1f3613832cc4 Mon Sep 17 00:00:00 2001 From: CoCo_Sol Date: Mon, 1 Apr 2024 01:03:11 +0200 Subject: [PATCH] update --- crates/border-wars/src/ui/responsive_scale.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/border-wars/src/ui/responsive_scale.rs b/crates/border-wars/src/ui/responsive_scale.rs index 3aa01a4..81c79b5 100644 --- a/crates/border-wars/src/ui/responsive_scale.rs +++ b/crates/border-wars/src/ui/responsive_scale.rs @@ -32,7 +32,6 @@ pub fn change_scaling( if window.resolution.physical_height() == 0 { return; }; - let (a, b) = ( window.resolution.width() / size.0.x, window.resolution.height() / size.0.y,