1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +08:00

Fix incorrect implicit null specification for user audio offset bindable

This commit is contained in:
Dean Herbert 2022-08-22 14:03:51 +09:00
parent ba23ce75c2
commit 17a1df281c

View File

@ -49,7 +49,7 @@ namespace osu.Game.Beatmaps
private readonly IFrameBasedClock finalClockSource;
private Bindable<double> userAudioOffset = null!;
private Bindable<double>? userAudioOffset;
private IDisposable? beatmapOffsetSubscription;