mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Remove unnecessary field
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user