Skip to content

Commit 54e7691

Browse files
committed
Propagate should_load_dependencies to nested immediate asset loads.
1 parent 1730e4d commit 54e7691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_asset/src/loader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ impl<'a> LoadContext<'a> {
536536
meta,
537537
loader,
538538
reader,
539-
false,
539+
self.should_load_dependencies,
540540
self.populate_hashes,
541541
)
542542
.await

0 commit comments

Comments
 (0)