mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 21:00:33 +08:00
Fix exception messaging
This commit is contained in:
@@ -82,7 +82,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
if (isTracked)
|
||||
{
|
||||
if (trackedScore != null)
|
||||
throw new InvalidOperationException("Cannot track more than one scores.");
|
||||
throw new InvalidOperationException("Cannot track more than one score.");
|
||||
|
||||
trackedScore = drawable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user