Skip to content

Commit 0120198

Browse files
committed
fix: public this.ctor
1 parent e421886 commit 0120198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CameraControls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class CameraControls extends EventDispatcher {
6363
protected static _rotationMatrix: _THREE.Matrix4;
6464
protected static _raycaster: _THREE.Raycaster;
6565

66-
private get ctor() {
66+
get ctor() {
6767

6868
return this.constructor as typeof CameraControls;
6969

0 commit comments

Comments
 (0)