Minor fix

This commit is contained in:
Stephen Seo 2023-02-16 17:55:57 +09:00
parent 751ce637e0
commit f0e3dd5de0

View file

@ -1899,7 +1899,7 @@ impl GameState {
timer, timer,
} => { } => {
window.get_font_mut(&self.font)?.draw( window.get_font_mut(&self.font)?.draw(
text, current_text,
text_size.round() as u32, text_size.round() as u32,
rect.x, rect.x,
rect.y, rect.y,