Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed May 29, 2024
1 parent 42a3dcf commit e27f443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Shared/Scripts/UI/MintScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e27f443

Please sign in to comment.