mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +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:
parent
43312619e3
commit
055fb5bd8f
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user