mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 20:22:55 +08:00
Fix incorrect implicit null specification for user audio offset bindable
This commit is contained in:
parent
ba23ce75c2
commit
17a1df281c
@ -49,7 +49,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
private readonly IFrameBasedClock finalClockSource;
|
||||
|
||||
private Bindable<double> userAudioOffset = null!;
|
||||
private Bindable<double>? userAudioOffset;
|
||||
|
||||
private IDisposable? beatmapOffsetSubscription;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user