mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Renamed addTextAsync to setTextAsync
This commit is contained in:
@ -321,11 +321,11 @@ namespace osu.Game.Screens.Select
|
||||
}
|
||||
|
||||
this.FadeIn(transition_duration);
|
||||
addTextAsync(value);
|
||||
setTextAsync(value);
|
||||
}
|
||||
}
|
||||
|
||||
private void addTextAsync(string text)
|
||||
private void setTextAsync(string text)
|
||||
{
|
||||
var newTextFlow = new TextFlowContainer
|
||||
{
|
||||
|
Reference in New Issue
Block a user