mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 05:52:55 +08:00
Fix incorrect beatmap usage
This commit is contained in:
parent
cbb120cd38
commit
52770f803d
@ -143,7 +143,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
|
|
||||||
if (!resuming)
|
if (!resuming)
|
||||||
{
|
{
|
||||||
Beatmap.Value = introBeatmap;
|
beatmap.Value = introBeatmap;
|
||||||
introBeatmap = null;
|
introBeatmap = null;
|
||||||
|
|
||||||
logo.MoveTo(new Vector2(0.5f));
|
logo.MoveTo(new Vector2(0.5f));
|
||||||
|
Loading…
Reference in New Issue
Block a user