1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 12:53:11 +08:00

Fix weird state when attempting to enter gameplay skin editor scene from multiplayer

Closes https://github.com/ppy/osu/issues/23626.
This commit is contained in:
Dean Herbert 2023-05-23 17:58:10 +09:00
parent ff5dde0ebe
commit adf9a596b5

View File

@ -113,7 +113,7 @@ namespace osu.Game.Overlays.SkinEditor
if (replayGeneratingMod != null)
screen.Push(new PlayerLoader(() => new ReplayPlayer((beatmap, mods) => replayGeneratingMod.CreateScoreFromReplayData(beatmap, mods))));
}, new[] { typeof(Player), typeof(SongSelect) })
}, new[] { typeof(Player), typeof(PlaySongSelect) })
},
}
},