1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 07:27:25 +08:00

Remove unnecessary field

This commit is contained in:
iiSaLMaN 2019-07-21 12:18:31 +03:00
parent ed0ef90613
commit 9d7f6abbdd

View File

@ -12,7 +12,6 @@ namespace osu.Game.Graphics.Sprites
{ {
public class GlowingSpriteText : Container public class GlowingSpriteText : Container
{ {
private readonly BufferedContainer blurContainer;
private readonly OsuSpriteText spriteText, glowingText; private readonly OsuSpriteText spriteText, glowingText;
private string text = string.Empty; private string text = string.Empty;
@ -75,7 +74,7 @@ namespace osu.Game.Graphics.Sprites
Children = new Drawable[] Children = new Drawable[]
{ {
blurContainer = new BufferedContainer new BufferedContainer
{ {
Anchor = Anchor.Centre, Anchor = Anchor.Centre,
Origin = Anchor.Centre, Origin = Anchor.Centre,