diff --git a/Editor/src/Windows/EditorInterface.cpp b/Editor/src/Windows/EditorInterface.cpp index 0999ba9d..e5c46158 100644 --- a/Editor/src/Windows/EditorInterface.cpp +++ b/Editor/src/Windows/EditorInterface.cpp @@ -1333,6 +1333,7 @@ namespace Nuake { { Engine::GetCurrentScene()->CreateEntity("Script").AddComponent(); } + ImGui::EndMenu(); } ImGui::EndPopup();