Browse Source

Update CMPTLoader.d.ts

Garrett Johnson 5 years ago
parent
commit
476061a253
1 changed files with 1 additions and 1 deletions
  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 {