1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 03:45:09 +08:00

Always call schedulePopOut

This commit is contained in:
smoogipoo
2018-06-22 13:32:00 +09:00
Unverified
parent 206f913a4c
commit 72aee8344e
+1 -1
View File
@@ -152,7 +152,7 @@ namespace osu.Game.Overlays
protected override bool OnHover(InputState state)
{
Show();
schedulePopOut();
return true;
}