Skip to content

Commit

Permalink
disable inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Nov 28, 2023
1 parent 88c1984 commit 72770c0
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 @@ -114,8 +114,8 @@ fn main() {
}),
})
)
// .add_plugins(EguiPlugin)
.add_plugins(WorldInspectorPlugin::new())
.add_plugins(EguiPlugin)
// .add_plugins(WorldInspectorPlugin::new())
// .add_plugins(DefaultPickingPlugins)
.add_plugins(LockOnPlugin)
.add_plugins(SerializationPlugin)
Expand Down

0 comments on commit 72770c0

Please sign in to comment.