diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-09 19:02:48 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-09 19:02:48 +0100 |
commit | c428c495b56a53ac77d9e0b356a5b0014589be76 (patch) | |
tree | 2965dd897eb2ccad3eec3c9d514db7cf610ef7ab /src/anim.hpp | |
parent | f009ba6263e55383395ac3afb2335816846b333b (diff) |
scenery: update following .json schema change
Diffstat (limited to 'src/anim.hpp')
-rw-r--r-- | src/anim.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/anim.hpp b/src/anim.hpp index a8fb63a3..bee8147a 100644 --- a/src/anim.hpp +++ b/src/anim.hpp @@ -42,6 +42,7 @@ struct anim_scale final }; anim_scale_type type = anim_scale_type::invalid; Vector2ui scale_to(Vector2ui image_size) const; + Vector2 scale_to_(Vector2ui image_size) const; }; struct anim_def final |