Skip to content

Commit

Permalink
fix: undefined not needed on ArcballControls
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Oct 3, 2021
1 parent 434567f commit 469e952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/controls/ArcballControls.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class ArcballControls extends Object3D {
*/
maxZoom: number;

constructor(camera: Camera, domElement: HTMLElement, scene?: Scene | null | undefined);
constructor(camera: Camera, domElement: HTMLElement, scene?: Scene | null);

dispose(): void;
}

0 comments on commit 469e952

Please sign in to comment.