1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 11:42:56 +08:00

Always call schedulePopOut

This commit is contained in:
smoogipoo 2018-06-22 13:32:00 +09:00
parent 206f913a4c
commit 72aee8344e

View File

@ -152,7 +152,7 @@ namespace osu.Game.Overlays
protected override bool OnHover(InputState state)
{
Show();
schedulePopOut();
return true;
}