diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-07 22:38:15 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-07 22:38:15 +0200 |
commit | f845dbb21799d7b2879ba1ea9761fd3e68303ae8 (patch) | |
tree | cd66ca064bd45c20fd221517095f596268eb3573 /serialize | |
parent | 590be8a51f33de07c7d0aa89d888435a0c2a001f (diff) |
a
Diffstat (limited to 'serialize')
-rw-r--r-- | serialize/anim.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/serialize/anim.hpp b/serialize/anim.hpp index 41ff5108..6a78f9dd 100644 --- a/serialize/anim.hpp +++ b/serialize/anim.hpp @@ -14,8 +14,7 @@ namespace Magnum::Examples::Serialize { struct anim_frame final { - Vector2i ground, offset; - Vector2ui size; + Vector2i ground, offset, size; }; enum class anim_direction : unsigned char |