Skip to content

Commit

Permalink
Fix inspector feature
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Dec 21, 2023
1 parent b86bb0c commit 5383eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ fn main() {

#[cfg(feature = "inspector")]
{
app.add_plugin(WorldInspectorPlugin::new());
app.add_plugin(RapierDebugRenderPlugin::default());
app.add_plugins(WorldInspectorPlugin::new());
app.add_plugins(RapierDebugRenderPlugin::default());
app.register_type::<SelectedTile>();
app.register_type::<SelectedItem>();
}
Expand Down

0 comments on commit 5383eac

Please sign in to comment.