mirror of
https://github.com/ppy/osu
synced 2024-12-28 01:42:57 +00:00
Fix exception messaging
This commit is contained in:
parent
641d57e5e1
commit
93574acf72
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user