Bug Fix Remove Async Winddown Error

This commit is contained in:
Philip W 2021-11-14 12:56:33 +00:00
parent 6c78643e7d
commit ad207d2e02

View File

@ -16,7 +16,7 @@ public class FetchingScoresAnimation : MonoBehaviour
private async void AnimateText() private async void AnimateText()
{ {
while (true) while (textComponent != null)
{ {
textComponent.text = "Fetching Scores"; textComponent.text = "Fetching Scores";
await Task.Delay(200); await Task.Delay(200);