diff options
-rw-r--r-- | gui.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ void gui_begin(GUI* g, const App* app, Arena* a) { g->app = app; g->pad = 2; g->first = 0; + g->prev = 0; g->cursor[0] = 10; g->cursor[1] = 10; } |
index : 3de | |
3D Engine | quou@disroot.org |
summaryrefslogtreecommitdiff |
-rw-r--r-- | gui.c | 1 |
@@ -21,6 +21,7 @@ void gui_begin(GUI* g, const App* app, Arena* a) { g->app = app; g->pad = 2; g->first = 0; + g->prev = 0; g->cursor[0] = 10; g->cursor[1] = 10; } |