1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 23:44:44 +08:00

Renamed addTextAsync to setTextAsync

This commit is contained in:
FreezyLemon
2017-11-27 08:48:47 +01:00
Unverified
parent ac0942df86
commit 507da0dfb7
+2 -2
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
{