Remove TODO

This commit is contained in:
Miloslav Číž 2018-10-02 17:57:19 +02:00
parent 25a7430081
commit f9c7fcf64b

View file

@ -281,8 +281,6 @@ void inline drawSpriteSquare(const unsigned char *sprite, int16_t x, int16_t y,
/// Faster than drawSprite.
void drawImage(const unsigned char *image, int16_t x, int16_t y)
{
// TODO: optimize
for (int16_t i = 0; i < image[0]; ++i)
{
int16_t xPos = x + i;