Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix crash related to menu music not looping. #762

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

zicklag
Copy link
Member

@zicklag zicklag commented Apr 6, 2023

The music tracks were not set to play on looped mode for menus such as the character selection or home menu. This would cause the game to crash when the track had finished and the transition to another menu page caused the system to try and stop the currently playing song ( which was no longer playing ).

The music tracks were not set to play on looped mode for menus
such as the character selection or home menu. This would cause
the game to crash when the track had finished and the transition
to another menu page caused the system to try and stop the
currently playing song ( which was no longer playing ).
@zicklag zicklag enabled auto-merge April 6, 2023 18:38
@zicklag zicklag added this pull request to the merge queue Apr 6, 2023
Merged via the queue into fishfolk:main with commit 37a66ea Apr 6, 2023
@zicklag zicklag deleted the fix/audio-crash branch April 6, 2023 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant