Skip to content

Commit a26c22d

Browse files
committed
refs #79, cleanup
1 parent 70245d7 commit a26c22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/notation_bevy/src/bar/bar_view.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ impl BarView {
4141
mut sep_query: Query<(Entity, &mut BarSeparatorData)>,
4242
mut beat_query: Query<(Entity, &mut BarBeatData)>,
4343
) {
44-
//if theme._bypass_systems { return; }
44+
if theme._bypass_systems { return; }
4545
let engine = NotationLayout::new(&theme, &state, &settings);
4646
let mut bars = Vec::new();
4747
for evt in evts.iter() {

0 commit comments

Comments
 (0)