remove todo comment

This commit is contained in:
opfez 2021-09-27 10:00:13 +02:00
parent bae31894a7
commit a88c2fad2a

2
main.c
View File

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