Skip to content

Commit

Permalink
fix runtime async collider test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Jan 21, 2025
1 parent 5210eb8 commit d0bbbfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugin/systems/collider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,10 @@ pub mod test {
#[cfg(all(feature = "dim3", feature = "async-collider"))]
fn async_collider_initializes() {
use super::*;
use bevy::{render::mesh::MeshPlugin, scene::ScenePlugin};

let mut app = App::new();
app.add_plugins((AssetPlugin::default(), MeshPlugin, ScenePlugin));
app.add_systems(Update, init_async_colliders);

app.finish();
Expand Down

0 comments on commit d0bbbfb

Please sign in to comment.