Explorar el Código

Fixin' those spaces.

Michael Bond hace 8 años
padre
commit
1f86c591ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/renderers/WebGLRenderer.js

+ 1 - 1
src/renderers/WebGLRenderer.js

@@ -373,7 +373,7 @@ function WebGLRenderer( parameters ) {
 
 	this.forceContextLoss = function () {
 
-		if (extensions.get( 'WEBGL_lose_context' )) {
+		if ( extensions.get( 'WEBGL_lose_context' ) ) {
 
 			extensions.get( 'WEBGL_lose_context' ).loseContext();