Explorar o código

Update PNTSLoader.d.ts

Garrett Johnson %!s(int64=4) %!d(string=hai) anos
pai
achega
d552ba73a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/three/PNTSLoader.d.ts

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

@@ -2,7 +2,7 @@ import { PNTSBaseResult } from '../base/PNTSLoaderBase';
 import { FeatureTable } from '../utilities/FeatureTable';
 import { Points } from 'three';
 
-interface PNTSScene extends Point {
+interface PNTSScene extends Points {
 
 	featureTable : FeatureTable;