Skip to content

Commit

Permalink
fix: add the shader plugin to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sycrosity committed Sep 1, 2023
1 parent 4ed1f16 commit cdc6a80
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ fn main() {
GalaxyPlayerPlugin,
GalaxyPolarPlugin,
GalaxyGamePlugin,
))
// .add_plugin(bevy::diagnostic::FrameTimeDiagnosticsPlugin::default())
// .add_plugin(bevy::diagnostic::LogDiagnosticsPlugin::default())
.run();
GalaxyShaderPlugin,
));
}

0 comments on commit cdc6a80

Please sign in to comment.