Browse Source

WebXRManager: Clean up.

Mr.doob 5 năm trước cách đây
mục cha
commit
ca9c14ae49
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/renderers/webxr/WebXRManager.js

+ 1 - 1
src/renderers/webxr/WebXRManager.js

@@ -308,7 +308,7 @@ function WebXRManager( renderer, gl ) {
 		cameraVR.far = cameraR.far = cameraL.far = camera.far;
 
 		if ( _currentDepthNear !== cameraVR.near || _currentDepthFar !== cameraVR.far ) {
-			
+
 			// Note that the new renderState won't apply until the next frame. See #18320
 
 			session.updateRenderState( {