From: Stephen Seo Date: Thu, 16 Feb 2023 08:55:57 +0000 (+0900) Subject: Minor fix X-Git-Url: https://git.seodisparate.com/tbm-client-edit-cmd.png?a=commitdiff_plain;h=f0e3dd5de0a0c9f8687fa708179e62a0fce1d786;p=LudumDare45_StartWithNothing Minor fix --- diff --git a/src/main.rs b/src/main.rs index acf9a43..c8a4aa3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1899,7 +1899,7 @@ impl GameState { timer, } => { window.get_font_mut(&self.font)?.draw( - text, + current_text, text_size.round() as u32, rect.x, rect.y,