cleanup
This commit is contained in:
parent
43756fc09c
commit
2eb68e94f7
|
@ -104,6 +104,8 @@ fn main() {
|
|||
env::set_var("WGPU_BACKEND", "gl");
|
||||
}
|
||||
|
||||
dbg!(&prefs);
|
||||
|
||||
let mut app = App::new();
|
||||
app.insert_resource(opt);
|
||||
|
||||
|
|
|
@ -489,7 +489,6 @@ pub fn load_prefs() -> Preferences {
|
|||
println!("Loaded preferences from internal defaults");
|
||||
}
|
||||
pref.source_file = path;
|
||||
dbg!(&pref);
|
||||
return pref;
|
||||
}
|
||||
Err(error) => {
|
||||
|
|
Loading…
Reference in a new issue