1
0
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:
Dean Herbert 2022-01-13 13:47:23 +09:00
parent dcc354aa7c
commit 0a133c7e97

View File

@ -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;