Skip to content

Commit 44dc4e6

Browse files
committed
fix compilation
1 parent 741a5b2 commit 44dc4e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bevy_rapier2d/examples/testbed2.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ mod player_movement2;
1313
mod rope_joint2;
1414
mod voxels2;
1515

16-
use bevy::{ecs::world::error::EntityMutableFetchError, prelude::*};
16+
use bevy::{
17+
ecs::world::error::{EntityDespawnError, EntityMutableFetchError},
18+
prelude::*,
19+
};
1720
use bevy_egui::{egui, EguiContexts, EguiPlugin};
1821
use bevy_inspector_egui::quick::WorldInspectorPlugin;
1922
use bevy_rapier2d::prelude::*;

0 commit comments

Comments
 (0)