diff options
Diffstat (limited to 'src/features/gui.c')
-rw-r--r-- | src/features/gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/gui.c b/src/features/gui.c index fa0641c..d080cb1 100644 --- a/src/features/gui.c +++ b/src/features/gui.c @@ -37,7 +37,7 @@ void gui_write(int x, int y, const u32 c[3], char *text) } // Abstraction -int x, y = 1; +int x, y = 0; const u32 c[3] = { 0xff, 0xff, 0xff }; void gui_term_write_char(char ch) { |