Skip to content

Commit a1d5a58

Browse files
committed
Hotfix
1 parent 8a98ef4 commit a1d5a58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ void handle_touch_sprite(u32 *frame, touchPosition *touch)
276276
if (touch_frame > 0)
277277
{
278278
NF_DeleteSprite(1, 0);
279+
soundKill(0);
279280
touch_frame = 0;
280281
}
281282
NF_CreateSprite(1, 0, 0, 0, touch->px - 8, touch->py - 8);

0 commit comments

Comments
 (0)