Fixed Null Ref & Rain Issue

This commit is contained in:
Melby
2022-05-01 14:59:57 -05:00
parent 5455baed90
commit b2841aa4b9
4 changed files with 135 additions and 34 deletions

View File

@@ -279,8 +279,8 @@ public class PlayerStats : MonoBehaviour
weatherOn = false;
acc *= (1/tractionModification);
traction *= (1/accModification);
acc *= (1/accModification);
traction *= (1/tractionModification);
curTraction *= (1/tractionModification);