mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 16:27:26 +08: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)
|
if (!resuming)
|
||||||
{
|
{
|
||||||
// generally this can never be null
|
// 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)
|
if (initialBeatmap != null)
|
||||||
beatmap.Value = initialBeatmap;
|
beatmap.Value = initialBeatmap;
|
||||||
Track = beatmap.Value.Track;
|
Track = beatmap.Value.Track;
|
||||||
|
Loading…
Reference in New Issue
Block a user