mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
update three/three-editorcontrols
EditorControls should inherit from EventDispatcher
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@
|
||||
|
||||
declare module THREE {
|
||||
|
||||
class EditorControls extends Object3D {
|
||||
class EditorControls extends EventDispatcher {
|
||||
|
||||
constructor(object: Camera, domElement?:HTMLElement);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user