mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Apply newline additions
This commit is contained in:
@ -209,6 +209,7 @@ namespace osu.Game.Overlays.AccountCreation
|
||||
private bool focusNextTextbox()
|
||||
{
|
||||
var nextTextbox = nextUnfilledTextbox();
|
||||
|
||||
if (nextTextbox != null)
|
||||
{
|
||||
Schedule(() => GetContainingInputManager().ChangeFocus(nextTextbox));
|
||||
|
Reference in New Issue
Block a user