Skip to content

Commit

Permalink
Fix Renderer Settings on Startup
Browse files Browse the repository at this point in the history
The settings weren't applied unless the settings menu was open. Oops.
  • Loading branch information
Froggy618157725 committed Jul 12, 2024
1 parent 125b97d commit 79f4c34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/alkahest/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ impl AlkahestApp {
false,
)
.unwrap();
renderer.set_render_settings(config::with(|c|{c.renderer.clone()}));
resources.insert(renderer.clone());
let stringmap = Arc::new(GlobalStringmap::load());
resources.insert(stringmap);
Expand Down

0 comments on commit 79f4c34

Please sign in to comment.