Undo debug cutoff
This commit is contained in:
parent
ea8c4f00a7
commit
295d98359d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ where
|
||||||
buffer[PORCH_BACK_LEN + i] = white_balance(correct(&pixel), PORCH_WHITE);
|
buffer[PORCH_BACK_LEN + i] = white_balance(correct(&pixel), PORCH_WHITE);
|
||||||
}
|
}
|
||||||
|
|
||||||
buffer.iter().take(225).render_to(lights);
|
buffer.iter().render_to(lights);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue