remove todo comment

This commit is contained in:
opfez 2021-09-27 10:00:13 +02:00
parent bae31894a7
commit a88c2fad2a
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -100,7 +100,7 @@ rgb_to_int(rgb_t c)
| ((uint32_t)c.b));
}
// TODO: Highly unefficient. Makes a *lot* of SDL calls.
/* display the contents of the canvas */
void
render(sdl_state_t state)
{