1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 08:27:23 +08:00

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