Fix typo in comment in `IntroScreen`

This commit is contained in:
Dean Herbert 2022-01-13 13:47:23 +09:00
parent dcc354aa7c
commit 0a133c7e97
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ protected override void LogoArriving(OsuLogo logo, bool resuming)
if (!resuming)
{
// generally this can never be null
// an exception is running ruleset tests, where the osu! ruleset may not be prsent (causing importing the intro to fail).
// an exception is running ruleset tests, where the osu! ruleset may not be present (causing importing the intro to fail).
if (initialBeatmap != null)
beatmap.Value = initialBeatmap;
Track = beatmap.Value.Track;