Skip to content

Commit

Permalink
still don't compile threaded option for wasm bevyengine#1924
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jan 6, 2022
1 parent 9620483 commit a0f4038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_gltf/src/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ async fn load_gltf<'a, 'b>(
load_context.set_labeled_asset(&label, LoadedAsset::new(texture));
}
} else {
#[cfg(not(target_arch = "wasm32"))]
load_context
.task_pool()
.scope(|scope| {
Expand Down

0 comments on commit a0f4038

Please sign in to comment.