Merge branch 'develop' of https://github.com/antopilo/nuake into develop
This commit is contained in:
@@ -2122,16 +2122,6 @@ namespace Nuake {
|
||||
}
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
|
||||
if (ImGui::BeginMenu("Script"))
|
||||
{
|
||||
if (ImGui::MenuItem("Script"))
|
||||
{
|
||||
entity = scene->CreateEntity("Script");
|
||||
entity.AddComponent<WrenScriptComponent>();
|
||||
}
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
|
||||
if (entity.IsValid())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user