1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 18:42:56 +08:00

Remove second unnecessary colour set

This commit is contained in:
Dean Herbert 2017-09-27 10:06:36 +08:00
parent 3fd4a97a19
commit 708632bca8

View File

@ -99,9 +99,6 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
}
};
}
[BackgroundDependencyLoader]
private void load(OsuColour colours) => Colour = colours.Red;
}
}
}