Skip to content

Commit

Permalink
Hide world inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
myisaak committed Mar 4, 2022
1 parent aa9bf8b commit 0420c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fn main() {
console_error_panic_hook::set_once();
App::new()
.add_plugins(DefaultPlugins)
.add_plugin(bevy_inspector_egui::WorldInspectorPlugin::default())
//.add_plugin(bevy_inspector_egui::WorldInspectorPlugin::default())
.add_plugin(RapierPhysicsPlugin::<NoUserData>::default())
.add_plugin(game::GamePlugin)
.add_plugin(input::InputPlugin)
Expand Down

0 comments on commit 0420c6d

Please sign in to comment.