Skip to content

Commit

Permalink
ios: Fix no sound
Browse files Browse the repository at this point in the history
  • Loading branch information
calcitem committed Sep 13, 2024
1 parent 1a859a7 commit 933aaf5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class SoundManager {
});

booted = true;
_allSoundsLoaded = true; // All sounds loaded successfully
} else {
_soundpool = Soundpool.fromOptions();

Expand Down

0 comments on commit 933aaf5

Please sign in to comment.