Skip to content

Commit

Permalink
inspector disabled by default, updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
andricDu committed Apr 9, 2023
1 parent ca9633e commit 483a13f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alchemist_apprentice"
version = "0.5.0"
version = "0.6.0"
edition = "2021"

# Enable a small amount of optimization in debug mode
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ fn main() {
.set(ImagePlugin::default_nearest()),
)
.add_plugin(AudioPlugin)
// Inspector Plugin
.add_plugin(WorldInspectorPlugin::new())
// Inspector Plugin can be enabled for debugging
//.add_plugin(WorldInspectorPlugin::new())
// Our Plugins
.add_plugins(DefaultWorldPlugins)
.add_plugins(DefaultGamePlugins)
Expand Down

0 comments on commit 483a13f

Please sign in to comment.