mirror of
https://github.com/osukey/osukey.git
synced 2025-05-24 15:07:20 +09: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 readonly IFrameBasedClock finalClockSource;
|
||||||
|
|
||||||
private Bindable<double> userAudioOffset = null!;
|
private Bindable<double>? userAudioOffset;
|
||||||
|
|
||||||
private IDisposable? beatmapOffsetSubscription;
|
private IDisposable? beatmapOffsetSubscription;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user