Skip to content

Commit f7727f8

Browse files
authored
Merge pull request #17789 from alecmce/patch-3
Update Spherical.d.ts
2 parents a6b2e37 + 14ac611 commit f7727f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/Spherical.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class Spherical {
1111
set( radius: number, phi: number, theta: number ): this;
1212
clone(): this;
1313
copy( other: Spherical ): this;
14-
makeSafe(): void;
14+
makeSafe(): this;
1515
setFromVector3( v: Vector3 ): this;
1616
setFromCartesianCoords( x: number, y: number, z: number ): this;
1717

0 commit comments

Comments
 (0)