mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix typo in comment in IntroScreen
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user