2
0
Michael Bond 8 жил өмнө
parent
commit
1f86c591ca

+ 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();