mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Merge pull request #20424 from peppy/fix-argon-slider-point-colour
Fix slider tick colour not being applied properly
This commit is contained in:
commit
96bcfea26f
@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
|
|||||||
};
|
};
|
||||||
|
|
||||||
accentColour = hitObject.AccentColour.GetBoundCopy();
|
accentColour = hitObject.AccentColour.GetBoundCopy();
|
||||||
accentColour.BindValueChanged(accent => BorderColour = accent.NewValue);
|
accentColour.BindValueChanged(accent => BorderColour = accent.NewValue, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user