Fix path to font
This commit is contained in:
parent
707aecdba7
commit
8edfed0c8c
|
|
@ -26,7 +26,7 @@ fn main() {
|
||||||
};
|
};
|
||||||
|
|
||||||
let screen_prefs = renderer::structs::Prefs {
|
let screen_prefs = renderer::structs::Prefs {
|
||||||
font_path: String::from("resources/jd-lcd-rounded/jd-lcd-rounded.ttf"),
|
font_path: String::from("resources/jd_lcd_rounded/jd-lcd-rounded.ttf"),
|
||||||
screen_width: 1920,
|
screen_width: 1920,
|
||||||
screen_height: 720,
|
screen_height: 720,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue