mirror of https://github.com/ppy/osu
Start with null last hover playback time
This commit is contained in:
parent
e156bcdcae
commit
d507a08951
|
@ -16,7 +16,7 @@ protected override void InitialiseDefaults()
|
|||
{
|
||||
Set(Static.LoginOverlayDisplayed, false);
|
||||
Set(Static.MutedAudioNotificationShownOnce, false);
|
||||
Set(Static.LastHoverSoundPlaybackTime, (double?)0.0);
|
||||
Set(Static.LastHoverSoundPlaybackTime, (double?)null);
|
||||
Set<APISeasonalBackgrounds>(Static.SeasonalBackgrounds, null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue