Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dan Balasescu
2020-02-21 08:34:51 +09:00
committed by GitHub
parent 3380dbbd71
commit 7adedcb7b9

View File

@ -80,7 +80,7 @@ namespace osu.Game.Graphics.UserInterface
if (State.Value == Visibility.Visible)
{
// ensure we don't leave the targetin a bad state.
// ensure we don't leave the target in a bad state.
dimTarget?.FadeColour(Color4.White, transition_duration);
}
}