summaryrefslogtreecommitdiffhomepage
path: root/serialize
diff options
context:
space:
mode:
Diffstat (limited to 'serialize')
-rw-r--r--serialize/anim.hpp3
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