Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenMian committed May 4, 2024
1 parent a6ae0ae commit 8538718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ pub struct SokobanPlugin;

impl Plugin for SokobanPlugin {
fn build(&self, app: &mut App) {
#[cfg(debug_assertions)]
app.add_plugins(performance_matrix::PerformanceMatrixPlugin);
// #[cfg(debug_assertions)]
// app.add_plugins(performance_matrix::PerformanceMatrixPlugin);

app.add_systems(Startup, (systems::window::setup, systems::camera::setup));
}
Expand Down

0 comments on commit 8538718

Please sign in to comment.