summaryrefslogtreecommitdiffhomepage
path: root/src/anim.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-02-09 19:02:48 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-02-09 19:02:48 +0100
commitc428c495b56a53ac77d9e0b356a5b0014589be76 (patch)
tree2965dd897eb2ccad3eec3c9d514db7cf610ef7ab /src/anim.hpp
parentf009ba6263e55383395ac3afb2335816846b333b (diff)
scenery: update following .json schema change
Diffstat (limited to 'src/anim.hpp')
-rw-r--r--src/anim.hpp1
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