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

Reduce appear delay slightly.

This commit is contained in:
Dean Herbert 2017-04-20 16:28:55 +09:00
parent d12a9a7675
commit 18bbbdad4c
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -26,7 +26,7 @@ namespace osu.Game.Graphics.Cursor
private ScheduledDelegate findTooltipTask;
private UserInputManager inputManager;
private const int default_appear_delay = 250;
private const int default_appear_delay = 220;
private IHasTooltip currentlyDisplayed;