From a88c2fad2a3bd0fb3332beb10d75c08714ebcef3 Mon Sep 17 00:00:00 2001 From: opfez Date: Mon, 27 Sep 2021 10:00:13 +0200 Subject: [PATCH] remove todo comment --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index c5d36a0..430e283 100644 --- a/main.c +++ b/main.c @@ -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) {