mirror of
https://github.com/osukey/osukey.git
synced 2025-06-27 14:18:06 +09:00
Fix ring glow lookup being incorrect
This commit is contained in:
parent
93c3e5a072
commit
4f3511e8e9
@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Texture = textures.Get("ring-glow"),
|
Texture = textures.Get("Gameplay/osu/ring-glow"),
|
||||||
Blending = BlendingParameters.Additive,
|
Blending = BlendingParameters.Additive,
|
||||||
Alpha = 0.5f
|
Alpha = 0.5f
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user