summaryrefslogtreecommitdiffhomepage
path: root/loader/anim-traits.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'loader/anim-traits.cpp')
-rw-r--r--loader/anim-traits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/anim-traits.cpp b/loader/anim-traits.cpp
index fca5be4d..c4139381 100644
--- a/loader/anim-traits.cpp
+++ b/loader/anim-traits.cpp
@@ -102,7 +102,7 @@ auto anim_traits::make_atlas(StringView name, const Cell&) -> std::shared_ptr<At
auto anim_traits::make_cell(StringView name) -> Optional<Cell>
{
- return { InPlace, Cell{ .atlas = {}, .name = name, } };
+ return { InPlace, Cell { .atlas = {}, .name = name } };
}
} // namespace floormat::loader_detail