Editor UI always there in editing-mode

This commit is contained in:
2025-03-17 22:59:40 +01:00
parent 80f3b782f4
commit 916e929c8b

View File

@@ -141,7 +141,7 @@ text_fun : string;
slider_value : float = 0.0;
base_editor_update :: () {
if !engine.editor.hide_ui {
if !engine.editor.hide_ui || engine.mode == .EDITING {
editor_ui();
}