1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 02:40:04 +08:00

Reduce appear delay slightly.

This commit is contained in:
Dean Herbert
2017-04-20 16:28:55 +09:00
Unverified
parent d12a9a7675
commit 18bbbdad4c
+1 -1
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;