Undo debug cutoff

This commit is contained in:
Tangent Wantwight 2021-07-05 01:20:53 -04:00
parent ea8c4f00a7
commit 295d98359d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ where
buffer[PORCH_BACK_LEN + i] = white_balance(correct(&pixel), PORCH_WHITE);
}
buffer.iter().take(225).render_to(lights);
buffer.iter().render_to(lights);
}
}