Just wait for metadata section to be loaded

This commit is contained in:
Dean Herbert
2021-10-14 22:12:38 +09:00
parent 8a4c0c0ac8
commit ad0732484f
2 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,7 @@ using osu.Game.Graphics.UserInterfaceV2;
namespace osu.Game.Screens.Edit.Setup
{
internal class MetadataSection : SetupSection
public class MetadataSection : SetupSection
{
protected LabelledTextBox ArtistTextBox;
protected LabelledTextBox RomanisedArtistTextBox;