Remove TODO
This commit is contained in:
parent
25a7430081
commit
f9c7fcf64b
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue