1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:52:53 +08:00

Add back newline

This commit is contained in:
Dean Herbert 2019-02-26 15:48:34 +09:00 committed by GitHub
parent 2fc34496fd
commit c1432b2ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -346,6 +346,7 @@ namespace osu.Game.Screens.Select
textContainer.FadeOut(transition_duration);
return;
}
setTextAsync(value);
}
}