Remove null allowance for now

This commit is contained in:
Dean Herbert
2020-11-24 15:54:27 +09:00
parent 3ed7868801
commit bd1dad5477

View File

@ -61,7 +61,7 @@ namespace osu.Game.Screens.Edit.Setup
CurrentFile = { BindTarget = currentFile }
};
sectionsContainer?.ScrollTo(fileSelector);
sectionsContainer.ScrollTo(fileSelector);
}
internal class FileChooserOsuTextBox : OsuTextBox