mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Apply brace style.
This commit is contained in:
@ -181,8 +181,11 @@ namespace osu.Game.Screens.Play
|
||||
this.FadeIn(500, Easing.OutExpo);
|
||||
|
||||
if (!IsHovered && !IsDragged)
|
||||
{
|
||||
using (BeginDelayedSequence(1000))
|
||||
scheduledHide = Schedule(Hide);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case Visibility.Hidden:
|
||||
|
Reference in New Issue
Block a user