Skip to content

Commit eb7de10

Browse files
committed
Remove render single lane
1 parent 1d09c77 commit eb7de10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/base.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ class Base
131131
statistics.increaseShow();
132132
readyToRender = false;
133133

134-
if (getLedStripCount() > 1) {
134+
// if (getLedStripCount() > 1) {
135135
firstLedStrip->renderAllLanes();
136-
} else {
137-
// render only the first strip
138-
firstLedStrip->renderSingleLane();
139-
}
136+
// } else {
137+
// // render only the first strip
138+
// firstLedStrip->renderSingleLane();
139+
// }
140140
}
141141
}
142142

0 commit comments

Comments
 (0)