From ad37e44484d79739c4cf87d07c9263e98ca786e8 Mon Sep 17 00:00:00 2001 From: sparshg <43041139+sparshg@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:01:32 +0530 Subject: [PATCH] v0.2.0 --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 1143c76..6103fa1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,6 +33,7 @@ async fn main() { let fast = Texture2D::from_file_with_format(include_bytes!("../assets/fast.png"), None); let slow = Texture2D::from_file_with_format(include_bytes!("../assets/slow.png"), None); let restart = Texture2D::from_file_with_format(include_bytes!("../assets/restart.png"), None); + next_frame().await; let SWIDTH: f32 = screen_width();