Fix ImGui::End() placement in EditorManager and ZEML rendering functions
This commit is contained in:
@@ -263,8 +263,8 @@ absl::Status EditorManager::Update() {
|
||||
editor->active())) {
|
||||
current_editor_ = editor;
|
||||
status_ = editor->Update();
|
||||
ImGui::End();
|
||||
}
|
||||
ImGui::End();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user