diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-23 15:31:36 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-23 15:31:36 +0100 |
commit | 4b98e2dedcaa007751e704ae0ba42e2b0e6d9aa2 (patch) | |
tree | 122069fb1471425db3d191a9cc78afa2b95aa2ed | |
parent | e8515c1f8601289821182d58459617866eaa72cf (diff) |
a
-rw-r--r-- | editor/inspect-types.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/inspect-types.cpp b/editor/inspect-types.cpp index d004c4e5..914c76a4 100644 --- a/editor/inspect-types.cpp +++ b/editor/inspect-types.cpp @@ -93,7 +93,7 @@ struct entity_accessors<scenery, inspect_intent_t> { return std::visit(overloaded { [&](const door_scenery&) { return st::enabled; }, [&](const generic_scenery&) { return st::enabled; }, - [](auto&&) { return st::hidden; }, + //[](auto&&) { return st::hidden; }, }, x.subtype); }, }, |