mirror of
https://github.com/ppy/osu.git
synced 2026-06-10 01:33:39 +08:00
Fix Windows platform offsets not being applied (#38025)
- Closes https://github.com/ppy/osu/issues/37959
This commit is contained in:
committed by
GitHub
Unverified
parent
cf9df65558
commit
5a7ea1f9d5
@@ -99,7 +99,7 @@ namespace osu.Game.Beatmaps
|
||||
userAudioOffset.BindValueChanged(offset => userGlobalOffsetClock.Offset = offset.NewValue, true);
|
||||
|
||||
experimentalAudio = audioManager.UseExperimentalWasapi.GetBoundCopy();
|
||||
experimentalAudio.BindValueChanged(_ => updatePlatformOffset());
|
||||
experimentalAudio.BindValueChanged(_ => updatePlatformOffset(), true);
|
||||
|
||||
// TODO: this doesn't update when using ChangeSource() to change beatmap.
|
||||
beatmapOffsetSubscription = realm.SubscribeToPropertyChanged(
|
||||
|
||||
Reference in New Issue
Block a user