Skip to content

Commit cc3124e

Browse files
committed
zgb changes
1 parent 8f20c6e commit cc3124e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpritePop.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ void Start_SPRITE_POP() {
1111
}
1212

1313
void Update_SPRITE_POP() {
14-
if(THIS->current_frame == 2) {
14+
if(THIS->anim_frame == 2) {
1515
SpriteManagerRemove(THIS_IDX);
1616
}
1717
}

0 commit comments

Comments
 (0)