- Fixed risk amount defaulting to -1 if no risk cards were chosen.

- Fixed reference to Think About It music.
This commit is contained in:
Jamie Greunbaum
2025-06-08 16:59:38 -04:00
parent de323cb246
commit 069290a36a
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ public class RiskCardGroup : UdonSharpBehaviour
public void ResetCards()
{
_SelectedRiskAmount = -1;
_SelectedRiskAmount = 0;
VRCPlayerApi Player = Networking.GetOwner(_Podium.gameObject);
Debug.Assert(Player != null);