From d5ec7f15d462473ef5a90c2896a0b10bddbf56f0 Mon Sep 17 00:00:00 2001 From: smoogipooo Date: Fri, 17 Mar 2017 02:00:58 +0900 Subject: [PATCH] score -> ScoreProcessor. --- osu.Game/Modes/ScoreProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Modes/ScoreProcessor.cs b/osu.Game/Modes/ScoreProcessor.cs index 6234af9c5f..1a8c1c0763 100644 --- a/osu.Game/Modes/ScoreProcessor.cs +++ b/osu.Game/Modes/ScoreProcessor.cs @@ -14,7 +14,7 @@ namespace osu.Game.Modes public abstract class ScoreProcessor { /// - /// Invoked when the score is in a failed state. + /// Invoked when the ScoreProcessor is in a failed state. /// public event Action Failed;