glowingText -> blurredText

This commit is contained in:
iiSaLMaN 2019-07-21 12:28:55 +03:00
parent 9d7f6abbdd
commit 87fb22352c
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ namespace osu.Game.Graphics.Sprites
{
public class GlowingSpriteText : Container
{
private readonly OsuSpriteText spriteText, glowingText;
private readonly OsuSpriteText spriteText, blurredText;
private string text = string.Empty;
@ -85,7 +85,7 @@ public GlowingSpriteText()
Size = new Vector2(3f),
Children = new[]
{
glowingText = new OsuSpriteText
blurredText = new OsuSpriteText
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,