fix font output
This commit is contained in:
parent
27f5fd38bd
commit
96b956e0f2
|
@ -265,9 +265,9 @@ impl Game {
|
|||
"".to_string()
|
||||
} else {
|
||||
if self.font == Font::Custom {
|
||||
format!("\n\nDEFAULT FONT {}", self.custom_font.as_ref().unwrap())
|
||||
format!("\n\nDEFAULT_FONT {}", self.custom_font.as_ref().unwrap())
|
||||
} else {
|
||||
format!("\n\nDEFAULT FONT {}", self.font.to_string().unwrap())
|
||||
format!("\n\nDEFAULT_FONT {}", self.font.to_string().unwrap())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue