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
parent 3a04684efb
commit 04dc1c1744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -697,7 +697,7 @@ namespace osu.Game
if (isActive) if (isActive)
{ {
this.TransformBindableTo(inactiveVolumeFade, 1, 500, Easing.OutQuint) 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 else
{ {