diff options
-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 a06f8fdb..8a366bfb 100644 --- a/editor/inspect-types.cpp +++ b/editor/inspect-types.cpp @@ -27,7 +27,7 @@ struct entity_accessors<object, inspect_intent_t> { constantly(st::readonly), }, E::type<StringView>::field{"atlas"_s, - [](const object& x) { return loader.strip_prefix(x.atlas->name()); }, + [](const object& x) { return x.atlas->name(); }, ignored_write, constantly(st::readonly), }, |