summaryrefslogtreecommitdiff
path: root/c2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c2.cpp')
-rw-r--r--c2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c2.cpp b/c2.cpp
index 2e71fc8..e3e8542 100644
--- a/c2.cpp
+++ b/c2.cpp
@@ -138,7 +138,7 @@ extern "C" int entrypoint() {
app->begin();
dev->begin_frame();
- ui->update(&frame_arena);
+ ui->update(&frame_arena, *app);
{
void* mem;