mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Reword comment
This commit is contained in:
@ -95,7 +95,7 @@ namespace osu.Game.Screens.Select
|
|||||||
[BackgroundDependencyLoader(true)]
|
[BackgroundDependencyLoader(true)]
|
||||||
private void load(BeatmapManager beatmaps, AudioManager audio, DialogOverlay dialog, OsuColour colours, SkinManager skins, ScoreManager scores)
|
private void load(BeatmapManager beatmaps, AudioManager audio, DialogOverlay dialog, OsuColour colours, SkinManager skins, ScoreManager scores)
|
||||||
{
|
{
|
||||||
// transfer initial value so filter is in a good state (it uses our re-cached bindables).
|
// initial value transfer is requried for FilterControl (it uses our re-cached bindables in its asynd loac for the initial filter).
|
||||||
transferRulesetValue();
|
transferRulesetValue();
|
||||||
|
|
||||||
AddRangeInternal(new Drawable[]
|
AddRangeInternal(new Drawable[]
|
||||||
|
Reference in New Issue
Block a user