Removed call to obj_aff_copy() from sprite_draw() (#597)
Some checks failed
Build and Deploy Doxygen Docs / docs (push) Has been cancelled

This commit is contained in:
MeirGavish
2026-07-24 06:09:34 +03:00
committed by GitHub
parent cf5a697556
commit 6ff55992e7

View File

@@ -157,7 +157,6 @@ void sprite_init()
void sprite_draw()
{
obj_aff_copy(obj_aff_mem, obj_aff_buffer, MAX_AFFINES);
oam_copy(oam_mem, obj_buffer, MAX_SPRITES);
}