mirror of https://github.com/ppy/osu
Remove unnecessary field
This commit is contained in:
parent
ed0ef90613
commit
9d7f6abbdd
|
@ -12,7 +12,6 @@ namespace osu.Game.Graphics.Sprites
|
|||
{
|
||||
public class GlowingSpriteText : Container
|
||||
{
|
||||
private readonly BufferedContainer blurContainer;
|
||||
private readonly OsuSpriteText spriteText, glowingText;
|
||||
|
||||
private string text = string.Empty;
|
||||
|
@ -75,7 +74,7 @@ public GlowingSpriteText()
|
|||
|
||||
Children = new Drawable[]
|
||||
{
|
||||
blurContainer = new BufferedContainer
|
||||
new BufferedContainer
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
|
|
Loading…
Reference in New Issue