mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +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
|
||||
{
|
||||
private readonly BufferedContainer blurContainer;
|
||||
private readonly OsuSpriteText spriteText, glowingText;
|
||||
|
||||
private string text = string.Empty;
|
||||
@ -75,7 +74,7 @@ namespace osu.Game.Graphics.Sprites
|
||||
|
||||
Children = new Drawable[]
|
||||
{
|
||||
blurContainer = new BufferedContainer
|
||||
new BufferedContainer
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
|
Loading…
Reference in New Issue
Block a user