mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove null allowance for now
This commit is contained in:
@ -61,7 +61,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
CurrentFile = { BindTarget = currentFile }
|
||||
};
|
||||
|
||||
sectionsContainer?.ScrollTo(fileSelector);
|
||||
sectionsContainer.ScrollTo(fileSelector);
|
||||
}
|
||||
|
||||
internal class FileChooserOsuTextBox : OsuTextBox
|
||||
|
Reference in New Issue
Block a user