Merge pull request #23634 from peppy/fix-multiplayer-song-select-scene

Fix weird state when attempting to enter gameplay skin editor scene from multiplayer
This commit is contained in:
Bartłomiej Dach 2023-05-23 20:41:09 +02:00 committed by GitHub
commit 1671729b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) })
},
}
},