Restore old tooltip appear delay behaviour

This commit is contained in:
Dean Herbert 2018-07-12 15:27:17 +09:00
parent 882a6afecc
commit c67e11b2c7

View File

@ -21,6 +21,8 @@ namespace osu.Game.Graphics.Cursor
{
}
protected override double AppearDelay => (1 - CurrentTooltip.Alpha) * base.AppearDelay; // reduce appear delay if the tooltip is already partly visible.
public class OsuTooltip : Tooltip
{
private readonly Box background;