diff --git a/deps/nostalgia/src/nostalgia/modules/core/src/opengl/gfx.cpp b/deps/nostalgia/src/nostalgia/modules/core/src/opengl/gfx.cpp index 5a220c3..b9e0472 100644 --- a/deps/nostalgia/src/nostalgia/modules/core/src/opengl/gfx.cpp +++ b/deps/nostalgia/src/nostalgia/modules/core/src/opengl/gfx.cpp @@ -385,7 +385,8 @@ static void setSprite( uint_t const idx, Sprite const&s) noexcept { // Tonc Table 8.4 - static constexpr ox::Array, 12> dimensions{ + struct Sz { uint_t x{}, y{}; }; + static constexpr ox::Array dimensions{ // col 0 {1, 1}, // 0, 0 {2, 2}, // 0, 1