Skip to content

Commit

Permalink
Fix clippy warn
Browse files Browse the repository at this point in the history
  • Loading branch information
alepez committed Dec 28, 2023
1 parent b30ea6e commit 1e8ca69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub fn run(opt: Opt) {
app.add_plugins(PanCamPlugin);

if opt.show_debug_pane {
app.add_plugins(FrameTimeDiagnosticsPlugin::default());
app.add_plugins(FrameTimeDiagnosticsPlugin);
app.add_plugins(DebugPlugin);
}

Expand Down

0 comments on commit 1e8ca69

Please sign in to comment.