Browse Source

TS: Updated Vector3.d.ts

linbingquan 5 years ago
parent
commit
cadce9b97a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/math/Vector3.d.ts

+ 1 - 1
src/math/Vector3.d.ts

@@ -94,7 +94,7 @@ export class Vector3 implements Vector {
 	 */
 	subVectors( a: Vector3, b: Vector3 ): this;
 
-	multiply( v: Vector3, w: Vector3 ): this;
+	multiply( v: Vector3 ): this;
 
 	/**
 	 * Multiplies this vector by scalar s.