Minor fix
This commit is contained in:
parent
751ce637e0
commit
f0e3dd5de0
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue