mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +08:00
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
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user