Corrected fromPath parameter type

This commit is contained in:
ivanegegia
2015-04-28 15:54:26 +04:00
parent a118d187ac
commit 151b76f1aa
+1 -1
View File
@@ -1343,7 +1343,7 @@ declare module Matter
* @param path
* @returns vertices
*/
static fromPath ( path ):Array<Vector>;
static fromPath ( path:string ):Array<Vector>;
/**
* Returns the moment of inertia (second moment of area) of the set of vertices given the total mass.