diff --git a/deps/teagba/src/gfx.cpp b/deps/teagba/src/gfx.cpp index 8db190b7..cdce26cd 100644 --- a/deps/teagba/src/gfx.cpp +++ b/deps/teagba/src/gfx.cpp @@ -35,6 +35,7 @@ void applySpriteUpdates() noexcept { const auto &oa = g_spriteBuffer[i]; MEM_OAM[oa.idx] = *reinterpret_cast(&oa); } + g_spriteUpdates = 0; } }