[teagba] Fix applySpriteUpdates to reset update counter
This commit is contained in:
Vendored
+1
@@ -35,6 +35,7 @@ void applySpriteUpdates() noexcept {
|
||||
const auto &oa = g_spriteBuffer[i];
|
||||
MEM_OAM[oa.idx] = *reinterpret_cast<const uint64_t*>(&oa);
|
||||
}
|
||||
g_spriteUpdates = 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user