1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 13:32:07 +08:00

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
Unverified
parent 2ef516a6fa
commit ee8b678989
6 changed files with 98 additions and 26 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ namespace osu.Game.GameModes.Menu
return true;
}
return true;
return false;
}
private void onPlay()