mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
fix typo
This commit is contained in:
parent
df40f55c07
commit
22dafd8e9c
@ -269,7 +269,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
addVolumeSteps("master and music volumes", () =>
|
||||
{
|
||||
audioManager.Volume.Value = 0.6;
|
||||
audioManager.VolumeTrack.Value = 0.15;
|
||||
audioManager.VolumeTrack.Value = 0.01;
|
||||
}, () => Precision.AlmostEquals(audioManager.Volume.Value, 0.6) && Precision.AlmostEquals(audioManager.VolumeTrack.Value, 0.83));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user