Explorar el Código

Update CMPTLoader.d.ts

Garrett Johnson hace 5 años
padre
commit
476061a253
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/three/CMPTLoader.d.ts

+ 1 - 1
src/three/CMPTLoader.d.ts

@@ -1,7 +1,7 @@
 import { B3DMBaseResult } from '../base/B3DMLoaderBase';
 import { I3DMBaseResult } from '../base/I3DMLoaderBase';
 import { PNTSBaseResult } from '../base/PNTSLoaderBase';
-import { Group } from 'three';
+import { Group, LoadingManager } from 'three';
 
 export interface CMPTResult {