Prevent revert-to-default OnHover from hiding visual settings at beatmap load

This commit is contained in:
Shane Woolcock 2018-02-06 22:31:30 +10:30
parent fdcab55c51
commit e0c52c69cf
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ protected override bool OnHover(InputState state)
{
hovering = true;
UpdateState();
return true;
return false;
}
protected override void OnHoverLost(InputState state)