mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 06:27:18 +08:00
Reduce volume requirement for showing muted notification to 1%
This commit is contained in:
parent
d4510b72da
commit
a9c120c214
@ -502,7 +502,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private int restartCount;
|
||||
|
||||
private const double volume_requirement = 0.05;
|
||||
private const double volume_requirement = 0.01;
|
||||
|
||||
private void showMuteWarningIfNeeded()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user