Checkboxerino

This commit is contained in:
2025-01-01 02:50:34 +01:00
parent 47558576af
commit 95fa97816a
3 changed files with 21 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ editor_ui :: () {
}
ui_window_begin("Entities", 1, 5, 200, 600);
test = ui_checkbox(test);
ui_checkbox(*test);
if engine.current_scene != null {
for engine.current_scene.entities {
if it.flags & .DELETED continue;