1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 05:42:56 +08:00

Shorten fade duration to make fade out snappier

This commit is contained in:
Bartłomiej Dach 2020-10-24 22:58:43 +02:00
parent e101ba5cba
commit 85e14f3f0c

View File

@ -16,6 +16,7 @@ namespace osu.Game.Screens.Play
{ {
public class EpilepsyWarning : VisibilityContainer public class EpilepsyWarning : VisibilityContainer
{ {
public const double FADE_DURATION = 250;
public EpilepsyWarning() public EpilepsyWarning()
{ {