diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/anim-atlas.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/anim-atlas.hpp b/src/anim-atlas.hpp index d8105813..eaddef21 100644 --- a/src/anim-atlas.hpp +++ b/src/anim-atlas.hpp @@ -48,6 +48,8 @@ struct anim_atlas final fm_DECLARE_DELETED_COPY_ASSIGNMENT(anim_atlas); + static BitArray make_bitmask(const ImageView2D& tex); + private: GL::Texture2D _tex; String _name; @@ -59,7 +61,6 @@ private: static decltype(_group_indices) make_group_indices(const anim_def& anim) noexcept; static std::uint8_t rotation_to_index(StringView name) noexcept; - static BitArray make_bitmask(const ImageView2D& tex); }; } // namespace floormat |