aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 89d0444..8ee4945 100644
--- a/src/main.c
+++ b/src/main.c
@@ -21,8 +21,7 @@ WITH REGARD TO THIS SOFTWARE.
21 21
22void 22void
23render(void) { 23render(void) {
24 // TODO: Fix small font rendering. 24 // TODO: Make sure we are drawing the proper cursor color.
25 // TODO: Draw remaining sprites.
26 // TODO: Decouple update from rendering. 25 // TODO: Decouple update from rendering.
27 PROF(screen_fill(0), clear_cycles); 26 PROF(screen_fill(0), clear_cycles);
28 PROF(draw_rect(0, 0, SCREEN_WIDTH - 1, SCREEN_HEIGHT - 1, 1), clear_cycles); 27 PROF(draw_rect(0, 0, SCREEN_WIDTH - 1, SCREEN_HEIGHT - 1, 1), clear_cycles);