diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-21 12:01:48 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-21 12:28:53 +0100 |
commit | 9b063b749faedd17fd8f6d76a25d84f066a92814 (patch) | |
tree | 4bf4b7106ade3cd762281204bc1e72344bc12739 /src/anim-atlas.hpp | |
parent | 3ed15b56aded3a6f58ef98d0cbe17012e28e9430 (diff) |
scenery work
Diffstat (limited to 'src/anim-atlas.hpp')
-rw-r--r-- | src/anim-atlas.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/anim-atlas.hpp b/src/anim-atlas.hpp index 36939f68..e3e7243d 100644 --- a/src/anim-atlas.hpp +++ b/src/anim-atlas.hpp @@ -37,7 +37,7 @@ private: GL::Texture2D _tex; String _name; anim_def _info; - std::array<std::uint8_t, (std::size_t)rotation::COUNT> _group_indices = { + std::array<std::uint8_t, (std::size_t)rotation_COUNT> _group_indices = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, }; |