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:
parent
3ed7868801
commit
bd1dad5477
@ -61,7 +61,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
CurrentFile = { BindTarget = currentFile }
|
||||
};
|
||||
|
||||
sectionsContainer?.ScrollTo(fileSelector);
|
||||
sectionsContainer.ScrollTo(fileSelector);
|
||||
}
|
||||
|
||||
internal class FileChooserOsuTextBox : OsuTextBox
|
||||
|
Loading…
x
Reference in New Issue
Block a user