diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-08 04:16:27 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-08 04:16:27 +0200 |
commit | 221f0db1a89b1f3f16ed96da44540edfb219826a (patch) | |
tree | 5896711358eac5141c6fe687ae903405e5135c7d /editor | |
parent | 49851b8de1666c4c89b76dababd59e68208c1cff (diff) |
inspect: disable window shading when bringing existing inspector to focus
Diffstat (limited to 'editor')
-rw-r--r-- | editor/imgui.cpp | 1 |
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); |