diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-17 07:12:49 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-17 23:23:11 +0100 |
commit | d0efe8b98e2941028304d3f419197002e4ad2811 (patch) | |
tree | 2dbb810c0e4548c1debdcc832e92a0473d9227a0 /src/anim.hpp | |
parent | 721503fb783beb2c6a11c5f9aa589ef210cb8699 (diff) |
bbb
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 f21e24ae..8d5e6d27 100644 --- a/src/anim.hpp +++ b/src/anim.hpp @@ -28,7 +28,7 @@ struct anim_group final Vector3b offset; }; -enum class anim_scale_type : std::uint8_t { invalid, ratio, fixed, }; +enum class anim_scale_type : unsigned char { invalid, ratio, fixed, }; struct anim_scale final { |