summaryrefslogtreecommitdiffhomepage
path: root/editor/ground-editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/ground-editor.hpp')
-rw-r--r--editor/ground-editor.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/ground-editor.hpp b/editor/ground-editor.hpp
index 9ff9a198..5f2399ff 100644
--- a/editor/ground-editor.hpp
+++ b/editor/ground-editor.hpp
@@ -19,7 +19,8 @@ class ground_editor final
sel_none, sel_tile, sel_perm,
};
- struct tuple final {
+ struct tuple
+ {
std::shared_ptr<ground_atlas> atlas;
std::vector<decltype(tile_image_proto::variant)> variant;
};