This commit is contained in:
yuni 2024-06-13 00:43:01 +02:00
parent 43756fc09c
commit 2eb68e94f7
2 changed files with 2 additions and 1 deletions

View file

@ -104,6 +104,8 @@ fn main() {
env::set_var("WGPU_BACKEND", "gl"); env::set_var("WGPU_BACKEND", "gl");
} }
dbg!(&prefs);
let mut app = App::new(); let mut app = App::new();
app.insert_resource(opt); app.insert_resource(opt);

View file

@ -489,7 +489,6 @@ pub fn load_prefs() -> Preferences {
println!("Loaded preferences from internal defaults"); println!("Loaded preferences from internal defaults");
} }
pref.source_file = path; pref.source_file = path;
dbg!(&pref);
return pref; return pref;
} }
Err(error) => { Err(error) => {