mirror of
https://github.com/ppy/osu
synced 2024-12-28 09:52:56 +00:00
Restore old tooltip appear delay behaviour
This commit is contained in:
parent
882a6afecc
commit
c67e11b2c7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user