1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

Do not set initial activity in skin editor endless player

Seems like an overreach to say that the user is "watching a replay"
there.
This commit is contained in:
Bartłomiej Dach 2023-12-04 14:14:07 +01:00
parent 43312619e3
commit 055fb5bd8f
No known key found for this signature in database

View File

@ -26,6 +26,7 @@ using osu.Game.Screens.Edit.Components;
using osu.Game.Screens.Menu;
using osu.Game.Screens.Play;
using osu.Game.Screens.Select;
using osu.Game.Users;
using osu.Game.Utils;
using osuTK;
@ -285,6 +286,8 @@ namespace osu.Game.Overlays.SkinEditor
private partial class EndlessPlayer : ReplayPlayer
{
protected override UserActivity? InitialActivity => null;
public EndlessPlayer(Func<IBeatmap, IReadOnlyList<Mod>, Score> createScore)
: base(createScore, new PlayerConfiguration
{