summaryrefslogtreecommitdiffhomepage
path: root/serialize/anim.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'serialize/anim.hpp')
-rw-r--r--serialize/anim.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/serialize/anim.hpp b/serialize/anim.hpp
index 8915e8f1..9d6db66c 100644
--- a/serialize/anim.hpp
+++ b/serialize/anim.hpp
@@ -10,7 +10,8 @@ namespace floormat::Serialize {
struct anim_frame final
{
- Vector2ui ground, offset, size;
+ Vector2i ground;
+ Vector2ui offset, size;
};
enum class anim_direction : unsigned char