1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 23:22:55 +08:00

Renamed addTextAsync to setTextAsync

This commit is contained in:
FreezyLemon 2017-11-27 08:48:47 +01:00
parent ac0942df86
commit 507da0dfb7

View File

@ -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
{