diff options
Diffstat (limited to 'c2.cpp')
-rw-r--r-- | c2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ extern "C" int entrypoint() { app->begin(); dev->begin_frame(); - ui->update(&frame_arena); + ui->update(&frame_arena, *app); { void* mem; |