Explorar o código

Material.d.ts: Remove update().

Mugen87 %!s(int64=6) %!d(string=hai) anos
pai
achega
2b94185776
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      src/materials/Material.d.ts

+ 0 - 5
src/materials/Material.d.ts

@@ -333,9 +333,4 @@ export class Material extends EventDispatcher {
 	 */
 	toJSON( meta?: any ): any;
 
-	/**
-	 * Call .dispatchEvent ( { type: 'update' }) on the material.
-	 */
-	update(): void;
-
 }