Merge pull request #2026 from swoolcock/revert-hiding-visual-settings

Fix revert-to-default hiding visual settings at beatmap load
This commit is contained in:
Dean Herbert 2018-02-07 18:35:11 +09:00 committed by GitHub
commit 9d14c7145d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)