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;