Explorar el Código

Global: Remove legacy code. (#30821)

Michael Herzog hace 1 año
padre
commit
b3cb0cd0d6
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      src/materials/Material.js

+ 0 - 6
src/materials/Material.js

@@ -997,12 +997,6 @@ class Material extends EventDispatcher {
 
 	}
 
-	onBuild( /* shaderobject, renderer */ ) {
-
-		console.warn( 'Material: onBuild() has been removed.' ); // @deprecated, r166
-
-	}
-
 }
 
 export { Material };

粤ICP备19079148号