1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 09:02:55 +08:00

Reduce settings fade in duration to higher alpha/colour cross-talk

This commit is contained in:
Dean Herbert 2022-04-14 21:17:06 +09:00
parent 9240148c8e
commit b088959045

View File

@ -197,7 +197,7 @@ namespace osu.Game.Overlays
ContentContainer.Margin = new MarginPadding { Left = Sidebar?.DrawWidth ?? 0 };
}
private const double fade_in_duration = 1000;
private const double fade_in_duration = 500;
private void loadSections()
{