Closed matej-zajacik closed 7 years ago
Mathf.lerp()'s third param is typed as weigth, but the correct term is weight.
Mathf.lerp()
weigth
weight
cough
Fixed by #22
Mathf.lerp()
's third param is typed asweigth
, but the correct term isweight
.