mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 10:22:56 +08:00
Fix slider tick colour not being applied properly
This commit is contained in:
parent
2a5556de33
commit
965d0603ce
@ -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…
Reference in New Issue
Block a user