Pārlūkot izejas kodu

Update CMPTLoader.d.ts

Garrett Johnson 4 gadi atpakaļ
vecāks
revīzija
1d097bd4b6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/three/CMPTLoader.d.ts

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

@@ -5,7 +5,7 @@ import { Group } from 'three';
 
 export interface CMPTResult {
 
-	tiles : Array< B3DMBaseResult, I3DMBaseResult, PNTSBaseResult >;
+	tiles : Array< B3DMBaseResult|I3DMBaseResult|PNTSBaseResult >;
 	scene : Group;
 
 }