1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 15:40:35 +08:00

Update with generic labelledcomponent

This commit is contained in:
smoogipoo
2019-09-24 18:25:17 +09:00
Unverified
parent 5212c50654
commit 6b702eb6de
2 changed files with 4 additions and 5 deletions
@@ -7,6 +7,7 @@ using NUnit.Framework;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Graphics.UserInterface;
using osu.Game.Screens.Edit.Setup.Components.LabelledComponents;
namespace osu.Game.Tests.Visual.UserInterface
@@ -27,7 +28,7 @@ namespace osu.Game.Tests.Visual.UserInterface
{
AddStep("create component", () =>
{
LabelledComponent component;
LabelledComponent<OsuTextBox> component;
Child = new Container
{