cleanup
This commit is contained in:
parent
43756fc09c
commit
2eb68e94f7
|
@ -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);
|
||||||
|
|
||||||
|
|
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in a new issue