1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +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)
{
// 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;