From 7adedcb7b973a59ead594a0fdfa1d74035ff2405 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Fri, 21 Feb 2020 08:34:51 +0900 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Bartłomiej Dach --- osu.Game/Graphics/UserInterface/ProcessingOverlay.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Graphics/UserInterface/ProcessingOverlay.cs b/osu.Game/Graphics/UserInterface/ProcessingOverlay.cs index 181cfd831e..8109f3bd94 100644 --- a/osu.Game/Graphics/UserInterface/ProcessingOverlay.cs +++ b/osu.Game/Graphics/UserInterface/ProcessingOverlay.cs @@ -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); } }