diff --git a/osu.Game/Graphics/SpriteIcon.cs b/osu.Game/Graphics/SpriteIcon.cs index 7f717cac3c..345c6e7639 100644 --- a/osu.Game/Graphics/SpriteIcon.cs +++ b/osu.Game/Graphics/SpriteIcon.cs @@ -49,12 +49,6 @@ namespace osu.Game.Graphics updateTexture(); } - protected override void LoadComplete() - { - base.LoadComplete(); - if (Size.X == 0) throw new System.Exception("size required"); - } - private void updateTexture() { var texture = store?.Get(((char)icon).ToString());