1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 21:44:47 +08:00

Make transition a bit smoother

This commit is contained in:
EVAST9919
2017-05-23 12:30:39 +03:00
Unverified
parent 2e28b10c36
commit 165d6ef1bb
@@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
private Bindable<bool> letterboxing;
private const int letterbox_container_height = 75;
private const int duration = 200;
private const int duration = 300;
[BackgroundDependencyLoader]
private void load(FrameworkConfigManager config)