Browse Source

Merge pull request #16371 from Mugen87/dev30

WebGLRenderer: Set debug.checkShaderErrors to true.
Mr.doob 6 years ago
parent
commit
c3c945d9f6
1 changed files with 1 additions and 1 deletions
  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
 		 * @type {boolean}
 		 */
-		checkShaderErrors: false
+		checkShaderErrors: true
 	};
 
 	// clearing