Reduce delay for hold-to-confirm controls

This commit is contained in:
Dean Herbert
2019-08-15 17:14:00 +09:00
parent 58258188ce
commit ef5ed915e5
2 changed files with 7 additions and 2 deletions

View File

@ -12,7 +12,7 @@ namespace osu.Game.Graphics.Containers
{
public Action Action;
private const int activate_delay = 400;
private const int activate_delay = 200;
private const int fadeout_delay = 200;
private bool fired;