Bug Fix Remove Async Winddown Error
This commit is contained in:
parent
6c78643e7d
commit
ad207d2e02
@ -16,7 +16,7 @@ public class FetchingScoresAnimation : MonoBehaviour
|
||||
|
||||
private async void AnimateText()
|
||||
{
|
||||
while (true)
|
||||
while (textComponent != null)
|
||||
{
|
||||
textComponent.text = "Fetching Scores";
|
||||
await Task.Delay(200);
|
||||
|
Loading…
x
Reference in New Issue
Block a user