mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix incorrect implicit null specification for user audio offset bindable
This commit is contained in:
@ -49,7 +49,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
private readonly IFrameBasedClock finalClockSource;
|
||||
|
||||
private Bindable<double> userAudioOffset = null!;
|
||||
private Bindable<double>? userAudioOffset;
|
||||
|
||||
private IDisposable? beatmapOffsetSubscription;
|
||||
|
||||
|
Reference in New Issue
Block a user