1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 07:09:53 +08:00

Fix typo in comment

Co-Authored-By: Joseph Madamba <madamba.joehu@outlook.com>
This commit is contained in:
Lucas A
2019-06-17 16:44:53 +02:00
committed by GitHub
Unverified
parent 3a04684efb
commit 04dc1c1744
+1 -1
View File
@@ -697,7 +697,7 @@ namespace osu.Game
if (isActive)
{
this.TransformBindableTo(inactiveVolumeFade, 1, 500, Easing.OutQuint)
.Finally(_ => Audio.RemoveAdjustment(AdjustableProperty.Volume, inactiveVolumeFade)); //wait for the transition to finish to remove the inactive audio adjustement
.Finally(_ => Audio.RemoveAdjustment(AdjustableProperty.Volume, inactiveVolumeFade)); //wait for the transition to finish to remove the inactive audio adjustment
}
else
{