Ver Fonte

Merge pull request #16371 from Mugen87/dev30

WebGLRenderer: Set debug.checkShaderErrors to true.
Mr.doob há 6 anos atrás
pai
commit
c3c945d9f6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/renderers/WebGLRenderer.js

+ 1 - 1
src/renderers/WebGLRenderer.js

@@ -84,7 +84,7 @@ function WebGLRenderer( parameters ) {
 		 * Enables error checking and reporting when shader programs are being compiled
 		 * Enables error checking and reporting when shader programs are being compiled
 		 * @type {boolean}
 		 * @type {boolean}
 		 */
 		 */
-		checkShaderErrors: false
+		checkShaderErrors: true
 	};
 	};
 
 
 	// clearing
 	// clearing