Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Apr 20, 2024
1 parent 43be92d commit c55e0d5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions wasm-demo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,6 @@ pub fn render_region(
.flat_map(|b| {
let b = b as u8 * u8::MAX;
[b, b, b, 255]
/*
[
if index % 2 == 0 { 255 } else { 0 },
if (index / 2) % 2 == 0 { 255 } else { 0 },
if (index / 4) % 2 == 0 { 255 } else { 0 },
255,
]
*/
})
.collect())
}
Expand Down

0 comments on commit c55e0d5

Please sign in to comment.