From ffd47310758cfce6ee7514a73973de0d3fbf0772 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 9 Apr 2024 12:12:52 +0200 Subject: a --- src/anim-atlas.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/anim-atlas.cpp b/src/anim-atlas.cpp index b798ffcc..650ca41e 100644 --- a/src/anim-atlas.cpp +++ b/src/anim-atlas.cpp @@ -135,6 +135,7 @@ auto anim_atlas::frame_quad(const Vector3& center, rotation r, size_t i) const n void anim_atlas::make_bitmask_(const ImageView2D& tex, BitArray& array) { + // todo! decompose into a C function that can use __restrict const auto pixels = tex.pixels(); const auto size = pixels.size(); const auto width = size[1], height = size[0], -- cgit v1.2.3