mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-28 21:34:23 -05:00
Fixed Null Ref & Rain Issue
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user