summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scenery.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scenery.hpp b/src/scenery.hpp
index d34067d9..e5313c25 100644
--- a/src/scenery.hpp
+++ b/src/scenery.hpp
@@ -50,7 +50,8 @@ struct scenery final
void update(float dt, const anim_atlas& anim);
};
-struct scenery_proto final {
+struct scenery_proto final
+{
std::shared_ptr<anim_atlas> atlas;
scenery frame;