aboutsummaryrefslogtreecommitdiff
path: root/host/matelight
diff options
context:
space:
mode:
Diffstat (limited to 'host/matelight')
-rw-r--r--host/matelight/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/matelight/main.c b/host/matelight/main.c
index 1fc6cd4..7a23a0a 100644
--- a/host/matelight/main.c
+++ b/host/matelight/main.c
@@ -76,7 +76,7 @@ int console_render(char *s, glyph_t **glyph_table, unsigned int glyph_table_size
x += g->width;
}
- for(unsigned int y=0; y < gbufheight; y++){
+ for(unsigned int y=0; y < gbufheight; y+=2){
for(unsigned int x=0; x < gbufwidth; x++){
//Da magicks: ▀█▄
char c1 = gbuf[y*gbufwidth + x];