1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:02:53 +08:00

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

View File

@ -9,7 +9,6 @@ using osu.Framework.Allocation;
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 @@ namespace osu.Game.Overlays.AccountCreation
private APIAccess api;
private ShakeContainer registerShake;
private IEnumerable<SpriteText> characterCheckText;
private IEnumerable<Drawable> characterCheckText;
private OsuTextBox[] textboxes;
private ProcessingOverlay processingOverlay;