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 spinner max bonus sound playing when seeking in replay #26170

Merged

Conversation

rushiiMachine
Copy link
Contributor

Fixes #26164

Originally the spinner max bonus sound was loaded through SkinnableSound instead of PausableSkinnableSound, leading to it not respecting the case where sample playback is globally disabled through ISamplePlaybackDisabler, and can be easily heard in situations like during the catchup period when seeking a replay.

The spinner max bonus was loaded through SkinnableSound instead of PausableSkinnableSound, leading to it not respecting the case where sample playback is globally disabled through ISamplePlaybackDisabler, and can be easily heard in situations like during the catchup period after seeking using the ArgonSongProgressBar with song volume at 0
@bdach bdach changed the title Fix spinner max bonus sound not respecting ISamplePlaybackDisabler Fix spinner max bonus sound playing when seeking in replay Dec 27, 2023
@bdach bdach merged commit 0b8faba into ppy:master Dec 27, 2023
@rushiiMachine rushiiMachine deleted the spinner-max-bonus-sample-disableable branch December 28, 2023 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spinner bonus sound can be heard while seeking the map
2 participants