Explorar o código

Merge pull request #18963 from windkomo/fix-tessellate-ts

Fix TessellateModifier ts definition
Mr.doob %!s(int64=5) %!d(string=hai) anos
pai
achega
0852a9d843
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/jsm/modifiers/TessellateModifier.d.ts

+ 1 - 1
examples/jsm/modifiers/TessellateModifier.d.ts

@@ -2,7 +2,7 @@ import {
 	Geometry
 } from '../../../src/Three';
 
-export class SubdivisionModifier {
+export class TessellateModifier {
 
 	constructor( maxEdgeLength: number );
 	maxEdgeLength: number;