summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/imgui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp
index 30f99d1b..916257b2 100644
--- a/editor/imgui.cpp
+++ b/editor/imgui.cpp
@@ -371,7 +371,6 @@ void app::do_popup_menu()
{
if (!exists)
add_inspector(std::exchange(_popup_target, {}));
- else
{
char buf2[32], buf3[128], buf[sizeof buf2 + sizeof buf3 - 1];
entity_inspector_name(buf2, sizeof buf2, e.id);