add missing ImGui::End() call
This commit is contained in:
@@ -17,7 +17,6 @@ namespace NzEditor
|
|||||||
|
|
||||||
Nz::EditorPropertyInspector<Nz::EditorRenderer> enumerator;
|
Nz::EditorPropertyInspector<Nz::EditorRenderer> enumerator;
|
||||||
enumerator.AddPropertyNoWrapper(m_currentEntity, "", "");
|
enumerator.AddPropertyNoWrapper(m_currentEntity, "", "");
|
||||||
ImGui::End();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void InspectorWindow::OnEntitySelected(entt::handle entity)
|
void InspectorWindow::OnEntitySelected(entt::handle entity)
|
||||||
|
|||||||
Reference in New Issue
Block a user