update three/three-editorcontrols

EditorControls should inherit from EventDispatcher
This commit is contained in:
Qinsi ZHU
2015-10-23 15:05:14 +08:00
parent 0b88666ba0
commit 555e364eb1
+1 -1
View File
@@ -7,7 +7,7 @@
declare module THREE {
class EditorControls extends Object3D {
class EditorControls extends EventDispatcher {
constructor(object: Camera, domElement?:HTMLElement);