From 18bbbdad4c6c4a6dff28d88b617a9a9fde40f80e Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 20 Apr 2017 16:28:55 +0900 Subject: [PATCH] Reduce appear delay slightly. --- osu.Game/Graphics/Cursor/TooltipContainer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Graphics/Cursor/TooltipContainer.cs b/osu.Game/Graphics/Cursor/TooltipContainer.cs index 4b43ff14c9..649cebd7ae 100644 --- a/osu.Game/Graphics/Cursor/TooltipContainer.cs +++ b/osu.Game/Graphics/Cursor/TooltipContainer.cs @@ -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;