diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-29 15:01:20 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-29 15:01:20 +0100 |
commit | 0b59ee2dc3189c2b6207420279e5eb4d904dcb53 (patch) | |
tree | 26700fb1c125d06f0e91243039045f1bd0aa98be /src/scenery.hpp | |
parent | dd7774c77bba183615f1884514a4f3de4e23eb5a (diff) |
editor: whitespace
Diffstat (limited to 'src/scenery.hpp')
-rw-r--r-- | src/scenery.hpp | 3 |
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; |