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 9f8c1e3 commit f6df7b8Copy full SHA for f6df7b8
src/mode/graphics.rs
@@ -257,8 +257,6 @@ where
257
let end_block = end_block.min(7);
258
259
for current_x in x..(x + width as i32) {
260
- // let new_blocks = &whole_column[start_block..=end_block.min(8)];
261
-
262
for block in start_block..=end_block {
263
let buffer_offset = current_x as usize + display_width as usize * block;
264
0 commit comments