Delete unnecessary comment

This commit is contained in:
Kevin Matocha 2020-09-04 22:03:57 -05:00
parent 95db456a7e
commit 297b7195b0
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ void common_hal_displayio_shape_construct(displayio_shape_t *self, uint32_t widt
self->half_height = height;
self->data = m_malloc(height * sizeof(uint32_t), false);
//for (uint16_t i = 0; i < height; i++) {
for (uint16_t i = 0; i <= height; i++) {
self->data[2 * i] = 0;
self->data[2 * i + 1] = width;