Merge branch 'master' into multiplayer-test-clone-room

This commit is contained in:
Dean Herbert
2022-06-06 13:47:16 +09:00
committed by GitHub
38 changed files with 190 additions and 65 deletions

View File

@ -38,7 +38,6 @@ namespace osu.Game.Online.Chat
}
public DrawableLinkCompiler(IEnumerable<Drawable> parts)
: base(HoverSampleSet.Submit)
{
Parts = parts.ToList();
}