Просмотр исходного кода

Merge pull request #18266 from terrierscript/patch-1

Update TypedGeometryExporter.d.ts
Michael Herzog 6 лет назад
Родитель
Сommit
be1c09761f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/jsm/exporters/TypedGeometryExporter.d.ts

+ 1 - 1
examples/jsm/exporters/TypedGeometryExporter.d.ts

@@ -1,6 +1,6 @@
 import { Object3D } from '../../../src/Three';
 import { Object3D } from '../../../src/Three';
 
 
-export class TypedGeometryExporterD {
+export class TypedGeometryExporter {
 
 
 	constructor();
 	constructor();
 
 

粤ICP备19079148号