Skip to content

Commit

Permalink
disable inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Aug 29, 2022
1 parent 246199a commit 1610204
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 @@ -19,8 +19,8 @@ fn main() {
})
.insert_resource(ClearColor(Color::rgb(0.2, 0.2, 0.2)))
.add_plugins(DefaultPlugins)
.add_plugin(WorldInspectorPlugin::new())
.add_plugin(RapierPhysicsPlugin::<NoUserData>::default())
// .add_plugin(WorldInspectorPlugin::new())
// .add_plugin(RapierDebugRenderPlugin::default())
.add_plugin(GamePlugin)
.run();
Expand Down

0 comments on commit 1610204

Please sign in to comment.