Editor UI always there in editing-mode
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user