mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Fix typo in comment in IntroScreen
This commit is contained in:
parent
dcc354aa7c
commit
0a133c7e97
@ -212,7 +212,7 @@ namespace osu.Game.Screens.Menu
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user