Skip to content

Commit

Permalink
Fix WalletConnect GameObject runtime error. (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: jeffgamedev <[email protected]>
  • Loading branch information
jeffgamedev and jeffgamedev authored Jun 20, 2023
1 parent 46f6638 commit f76aa10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private void WalletConnectOnConnectionStarted(object sender, EventArgs e)
{
GenerateQrCode();
}
else
else if (gameObject.activeInHierarchy)
{
StartCoroutine(ShowLoader());
}
Expand Down

0 comments on commit f76aa10

Please sign in to comment.