- Fixed risk amount defaulting to -1 if no risk cards were chosen.
- Fixed reference to Think About It music.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user