[nostalgia/core/opengl] Fix for Ox changes
This commit is contained in:
parent
8ee016c130
commit
94c59604ee
@ -385,7 +385,8 @@ static void setSprite(
|
||||
uint_t const idx,
|
||||
Sprite const&s) noexcept {
|
||||
// Tonc Table 8.4
|
||||
static constexpr ox::Array<ox::Vec<uint_t>, 12> dimensions{
|
||||
struct Sz { uint_t x{}, y{}; };
|
||||
static constexpr ox::Array<Sz, 12> dimensions{
|
||||
// col 0
|
||||
{1, 1}, // 0, 0
|
||||
{2, 2}, // 0, 1
|
||||
|
Loading…
Reference in New Issue
Block a user