diff options
Diffstat (limited to 'src/anim.hpp')
-rw-r--r-- | src/anim.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/anim.hpp b/src/anim.hpp index bee8147a..2927b7e3 100644 --- a/src/anim.hpp +++ b/src/anim.hpp @@ -47,13 +47,11 @@ struct anim_scale final struct anim_def final { - static constexpr int default_fps = 24; - String object_name, anim_name; std::vector<anim_group> groups; Vector2ui pixel_size; anim_scale scale; - std::size_t nframes = 0, fps = default_fps, actionframe = 0; + std::size_t nframes = 0, fps = 0, actionframe = 0; }; } // namespace floormat |