fix(index.d.ts) typo

replaced 'frictionStuffness' by 'frictionStiffness'
This commit is contained in:
iuliust
2017-05-22 20:57:42 +02:00
committed by GitHub
parent 8013b307c2
commit f4a0d64d1a
+1 -1
View File
@@ -384,7 +384,7 @@ declare namespace p2 {
restitution: number;
stiffness: number;
relaxation: number;
frictionStuffness: number;
frictionStiffness: number;
frictionRelaxation: number;
surfaceVelocity: number;
contactSkinSize: number;