Yannis Gravezas 5 năm trước cách đây
mục cha
commit
51f0694c36
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/renderers/WebGLRenderer.js

+ 1 - 1
src/renderers/WebGLRenderer.js

@@ -1168,7 +1168,7 @@ function WebGLRenderer( parameters ) {
 
 		currentRenderState = renderStates.get( scene, camera );
 		currentRenderState.init();
-		
+
 		_projScreenMatrix.multiplyMatrices( camera.projectionMatrix, camera.matrixWorldInverse );
 		_frustum.setFromProjectionMatrix( _projScreenMatrix );