From e27f4436b1652822f19c94cf2210f0f79784ca0d Mon Sep 17 00:00:00 2001 From: Natalie Bunduwongse Date: Mon, 1 Apr 2024 14:40:50 +0700 Subject: [PATCH] chore: update comment --- Assets/Shared/Scripts/UI/MintScreen.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Shared/Scripts/UI/MintScreen.cs b/Assets/Shared/Scripts/UI/MintScreen.cs index b53adfe5..3ec05963 100644 --- a/Assets/Shared/Scripts/UI/MintScreen.cs +++ b/Assets/Shared/Scripts/UI/MintScreen.cs @@ -37,7 +37,7 @@ public class MintScreen : View [SerializeField] HyperCasualButton m_WalletButton; - // To be used if there's an error and the player clicks the "Try again" button + // If there's an error minting, these values will be used when the player clicks the "Try again" button private bool mintedFox = false; private bool mintedCoins = false;