mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
Start with null last hover playback time
This commit is contained in:
parent
e156bcdcae
commit
d507a08951
@ -16,7 +16,7 @@ namespace osu.Game.Configuration
|
||||
{
|
||||
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
Block a user