diff --git a/src/NazaraEditor/Editor/UI/InspectorWindow.cpp b/src/NazaraEditor/Editor/UI/InspectorWindow.cpp index 80885aa..d07864f 100644 --- a/src/NazaraEditor/Editor/UI/InspectorWindow.cpp +++ b/src/NazaraEditor/Editor/UI/InspectorWindow.cpp @@ -17,7 +17,6 @@ namespace NzEditor Nz::EditorPropertyInspector enumerator; enumerator.AddPropertyNoWrapper(m_currentEntity, "", ""); - ImGui::End(); } void InspectorWindow::OnEntitySelected(entt::handle entity)