add missing ImGui::End() call

This commit is contained in:
SweetId
2023-11-17 14:22:57 +05:30
parent aefdd97a49
commit f29cb8ee95

View File

@@ -17,7 +17,6 @@ namespace NzEditor
Nz::EditorPropertyInspector<Nz::EditorRenderer> enumerator;
enumerator.AddPropertyNoWrapper(m_currentEntity, "", "");
ImGui::End();
}
void InspectorWindow::OnEntitySelected(entt::handle entity)