diff options
Diffstat (limited to 'src/anim.hpp')
| -rw-r--r-- | src/anim.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anim.hpp b/src/anim.hpp index 3c25f51c..e22d1e6b 100644 --- a/src/anim.hpp +++ b/src/anim.hpp @@ -57,7 +57,7 @@ struct anim_def final Array<anim_group> groups{}; Vector2ui pixel_size{}; anim_scale scale = anim_scale::ratio{1}; - size_t nframes = 0, fps = 0, action_frame = 0, action_frame2 = 0; + uint32_t nframes = 0, fps = 0, action_frame = 0, action_frame2 = 0; }; } // namespace floormat |
