Explorar o código

Merge pull request #20731 from arodic/patch-2

Update Matrix4.d.ts
Mr.doob %!s(int64=4) %!d(string=hai) anos
pai
achega
5566052049
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/math/Matrix4.d.ts

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

@@ -125,7 +125,7 @@ export class Matrix4 implements Matrix {
 	/**
 	 * Inverts this matrix.
 	 */
-	invert(): Matrix;
+	invert(): Matrix4;
 
 	/**
 	 * Multiplies the columns of this matrix by vector v.