summaryrefslogtreecommitdiff
path: root/c2.cpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-12-30 17:01:55 +1100
committerquou <quou@disroot.org>2024-12-30 17:01:55 +1100
commit0f0167c0211acd69c104ab6c7c1caa8fa85d7e4f (patch)
tree9dc472a310d7f91a9456b87dee9e0b3e731d376c /c2.cpp
parente8baea58dd5c92b62c4eef1b5c1ca9648f44e7d7 (diff)
start UI framework
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;