mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix incorrect beatmap usage
This commit is contained in:
@ -143,7 +143,7 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
if (!resuming)
|
||||
{
|
||||
Beatmap.Value = introBeatmap;
|
||||
beatmap.Value = introBeatmap;
|
||||
introBeatmap = null;
|
||||
|
||||
logo.MoveTo(new Vector2(0.5f));
|
||||
|
Reference in New Issue
Block a user