Skip to content
Snippets Groups Projects
Verified Commit 9c727d24 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix viewer default path

parent cb21773b
No related branches found
Tags 4.0.3
No related merge requests found
......@@ -54,7 +54,7 @@ fn draw_image(window: &mut Window, image: &Image) {
fn main() {
let path = match env::args().nth(1) {
Some(arg) => arg,
None => "/ui/background.png".to_string(),
None => "/ui/background.jpg".to_string(),
};
match Image::from_path(&path) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment