Update in line with framework changes

This commit is contained in:
Dean Herbert 2018-12-14 19:56:21 +09:00
parent fc5d5a7752
commit 13cabac386
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@
using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osu.Framework.MathUtils;
using osu.Framework.Screens;
using osu.Game.Graphics;
@ -35,7 +34,7 @@ public class ScreenEntry : AccountCreationScreen
private APIAccess api;
private ShakeContainer registerShake;
private IEnumerable<SpriteText> characterCheckText;
private IEnumerable<Drawable> characterCheckText;
private OsuTextBox[] textboxes;
private ProcessingOverlay processingOverlay;