We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741a5b2 commit 44dc4e6Copy full SHA for 44dc4e6
bevy_rapier2d/examples/testbed2.rs
@@ -13,7 +13,10 @@ mod player_movement2;
13
mod rope_joint2;
14
mod voxels2;
15
16
-use bevy::{ecs::world::error::EntityMutableFetchError, prelude::*};
+use bevy::{
17
+ ecs::world::error::{EntityDespawnError, EntityMutableFetchError},
18
+ prelude::*,
19
+};
20
use bevy_egui::{egui, EguiContexts, EguiPlugin};
21
use bevy_inspector_egui::quick::WorldInspectorPlugin;
22
use bevy_rapier2d::prelude::*;
0 commit comments