From f0671e12e21bd27d3eda5cb3599cb352451d35af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Sun, 3 Mar 2024 09:57:24 +0000 Subject: [PATCH] Adding more precision to the function docstring --- crates/border-wars/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/border-wars/src/lib.rs b/crates/border-wars/src/lib.rs index b462412..f6e9173 100644 --- a/crates/border-wars/src/lib.rs +++ b/crates/border-wars/src/lib.rs @@ -21,6 +21,7 @@ pub enum CurrentScene { } /// Calculates the ui_scale.0 depending on the size of the main node +/// in order to make the screen responsive pub fn change_scaling(mut ui_scale: ResMut, window: Query<&Window>) { let window = window.single(); let (a, b) = (