mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 05:53:10 +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.LoginOverlayDisplayed, false);
|
||||||
Set(Static.MutedAudioNotificationShownOnce, false);
|
Set(Static.MutedAudioNotificationShownOnce, false);
|
||||||
Set(Static.LastHoverSoundPlaybackTime, (double?)0.0);
|
Set(Static.LastHoverSoundPlaybackTime, (double?)null);
|
||||||
Set<APISeasonalBackgrounds>(Static.SeasonalBackgrounds, null);
|
Set<APISeasonalBackgrounds>(Static.SeasonalBackgrounds, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user