Explorar el Código

Revert WebGLRenderer change.

Mr.doob hace 6 años
padre
commit
1f45f2f404
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/renderers/WebGLRenderer.js

+ 1 - 2
src/renderers/WebGLRenderer.js

@@ -53,8 +53,7 @@ import { WebXRManager } from './webvr/WebXRManager.js';
 
 function WebGLRenderer( parameters ) {
 
-	// console.log( 'THREE.WebGLRenderer', REVISION );
-	window.dispatchEvent( new CustomEvent( 'three-renderer', { detail: this } ) );
+	console.log( 'THREE.WebGLRenderer', REVISION );
 
 	parameters = parameters || {};