Skip to content

Commit

Permalink
TransformControls: Fix dispose(). (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Oct 22, 2024
1 parent 71dfb0b commit 0752016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/three/examples/jsm/controls/TransformControls.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ declare class TransformControlsRoot extends Object3D {
controls: TransformControls;

constructor(controls: TransformControls);

dispose(): void;
}

declare class TransformControlsGizmo extends Object3D {
Expand Down

0 comments on commit 0752016

Please sign in to comment.