1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 21:00:33 +08:00
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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}
}