We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70245d7 commit a26c22dCopy full SHA for a26c22d
crates/notation_bevy/src/bar/bar_view.rs
@@ -41,7 +41,7 @@ impl BarView {
41
mut sep_query: Query<(Entity, &mut BarSeparatorData)>,
42
mut beat_query: Query<(Entity, &mut BarBeatData)>,
43
) {
44
- //if theme._bypass_systems { return; }
+ if theme._bypass_systems { return; }
45
let engine = NotationLayout::new(&theme, &state, &settings);
46
let mut bars = Vec::new();
47
for evt in evts.iter() {
0 commit comments