mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:02:55 +08:00
Fix black jaggies around argon hitcircles
This commit is contained in:
parent
659a042065
commit
4b8c4bd503
@ -62,7 +62,10 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
|
|||||||
{
|
{
|
||||||
outerFill = new Circle // renders white outer border and dark fill
|
outerFill = new Circle // renders white outer border and dark fill
|
||||||
{
|
{
|
||||||
Size = Size,
|
Anchor = Anchor.Centre,
|
||||||
|
Origin = Anchor.Centre,
|
||||||
|
// Slightly inset to prevent bleeding outside the ring
|
||||||
|
Size = Size - new Vector2(0.5f),
|
||||||
Alpha = withOuterFill ? 1 : 0,
|
Alpha = withOuterFill ? 1 : 0,
|
||||||
},
|
},
|
||||||
outerGradient = new Circle // renders the outer bright gradient
|
outerGradient = new Circle // renders the outer bright gradient
|
||||||
|
Loading…
Reference in New Issue
Block a user