mirror of
https://github.com/ppy/osu
synced 2025-01-10 16:19:47 +00:00
Fix ring glow lookup being incorrect (#5963)
Fix ring glow lookup being incorrect Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
commit
976f5020c0
@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Texture = textures.Get("ring-glow"),
|
||||
Texture = textures.Get("Gameplay/osu/ring-glow"),
|
||||
Blending = BlendingParameters.Additive,
|
||||
Alpha = 0.5f
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user