mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 00:33:21 +08:00
Revert unnecessary change
This commit is contained in:
parent
ef3801b5dd
commit
25c7dc9ef0
@ -31,11 +31,6 @@ namespace osu.Game.Online.Chat
|
|||||||
Parts = parts.ToList();
|
Parts = parts.ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
public DrawableLinkCompiler(Drawable part)
|
|
||||||
{
|
|
||||||
Parts = new List<Drawable> { part };
|
|
||||||
}
|
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours)
|
private void load(OsuColour colours)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user