mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:03:08 +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", () =>
|
addVolumeSteps("master and music volumes", () =>
|
||||||
{
|
{
|
||||||
audioManager.Volume.Value = 0.6;
|
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));
|
}, () => Precision.AlmostEquals(audioManager.Volume.Value, 0.6) && Precision.AlmostEquals(audioManager.VolumeTrack.Value, 0.83));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user