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:
parent
d12a9a7675
commit
18bbbdad4c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user