Fix volume controls handling mouse wheel at a higher level than anything else game-wide.

This commit is contained in:
Dean Herbert
2016-10-26 18:45:48 +09:00
parent 2ef516a6fa
commit ee8b678989
6 changed files with 98 additions and 26 deletions

View File

@ -133,7 +133,7 @@ namespace osu.Game.GameModes.Menu
return true;
}
return true;
return false;
}
private void onPlay()