This commit is contained in:
Vivianne 2022-07-27 03:10:22 -07:00
parent 318104a169
commit 7ba3cf109f
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@ fn onGui() void {
defer pm_gui.end();
ui.beginFrame();
defer ui.endFrame();
editor.update();
ui.endFrame();
}