소스 검색

Merge pull request #17789 from alecmce/patch-3

Update Spherical.d.ts
Michael Herzog 5 년 전
부모
커밋
f7727f8550
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/math/Spherical.d.ts

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

@@ -11,7 +11,7 @@ export class Spherical {
 	set( radius: number, phi: number, theta: number ): this;
 	clone(): this;
 	copy( other: Spherical ): this;
-	makeSafe(): void;
+	makeSafe(): this;
 	setFromVector3( v: Vector3 ): this;
 	setFromCartesianCoords( x: number, y: number, z: number ): this;