mirror of
https://github.com/cellos51/balatro-gba.git
synced 2026-09-09 17:36:16 -05:00
Removed call to obj_aff_copy() from sprite_draw() (#597)
Some checks failed
Build and Deploy Doxygen Docs / docs (push) Has been cancelled
Some checks failed
Build and Deploy Doxygen Docs / docs (push) Has been cancelled
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user