We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e421886 commit 0120198Copy full SHA for 0120198
1 file changed
src/CameraControls.ts
@@ -63,7 +63,7 @@ export class CameraControls extends EventDispatcher {
63
protected static _rotationMatrix: _THREE.Matrix4;
64
protected static _raycaster: _THREE.Raycaster;
65
66
- private get ctor() {
+ get ctor() {
67
68
return this.constructor as typeof CameraControls;
69
0 commit comments