Skip to content

Commit

Permalink
chore: Update bones renderer (#1006)
Browse files Browse the repository at this point in the history
Update bones version + fix missing preload setting
  • Loading branch information
MaxCWhitehead authored Jun 29, 2024
1 parent c5e5555 commit 7ea4b43
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ fn main() {
.unwrap_or_else(|_| "packs".into())
.into(),
custom_load_progress: Some(Box::new(load_progress)),
preload: true,
}
.app()
.run();
Expand Down

0 comments on commit 7ea4b43

Please sign in to comment.