diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-15 11:40:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-15 11:40:19 +0200 |
commit | 4e77740facb23e1c392f180381ccb5446d445724 (patch) | |
tree | d629c4d2960546dab2ed759d756674533baac536 /serialize/anim.cpp | |
parent | a99c6ebd1c24e3f645e2c07591cfcfa97a162a6b (diff) |
a
Diffstat (limited to 'serialize/anim.cpp')
-rw-r--r-- | serialize/anim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize/anim.cpp b/serialize/anim.cpp index 0e3b371f..18bca85a 100644 --- a/serialize/anim.cpp +++ b/serialize/anim.cpp @@ -10,7 +10,7 @@ namespace floormat::Serialize { NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(anim_frame, ground, offset, size) NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(anim_group, name, frames, ground) -NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(anim, name, nframes, actionframe, fps, groups, width, height) +NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(anim, object_name, anim_name, nframes, actionframe, fps, groups, width, height) } // namespace floormat::Serialize |