aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer.c')
-rw-r--r--src/renderer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer.c b/src/renderer.c
index f950a4d..076d698 100644
--- a/src/renderer.c
+++ b/src/renderer.c
@@ -15,8 +15,8 @@
15// charblocks instead as described below. 15// charblocks instead as described below.
16// 16//
17 17
18#include "text.h"
19#include "renderer.h" 18#include "renderer.h"
19#include "text.h"
20 20
21// Keep track of which tiles need to be copied to the frontbuffer. 21// Keep track of which tiles need to be copied to the frontbuffer.
22static u32 dirty_tiles[21] = {0}; 22static u32 dirty_tiles[21] = {0};