Fix ring glow lookup being incorrect

This commit is contained in:
Dean Herbert 2019-09-03 12:32:10 +09:00
parent 93c3e5a072
commit 4f3511e8e9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ private void load(TextureStore textures)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Texture = textures.Get("ring-glow"),
Texture = textures.Get("Gameplay/osu/ring-glow"),
Blending = BlendingParameters.Additive,
Alpha = 0.5f
};