Explorar o código

WebGPUTextureUtils: Clean up (#28899)

sunag hai 1 ano
pai
achega
dd2b651449
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/renderers/webgpu/utils/WebGPUTextureUtils.js

+ 1 - 1
src/renderers/webgpu/utils/WebGPUTextureUtils.js

@@ -473,7 +473,7 @@ class WebGPUTextureUtils {
 				format: 'RGBA',
 			};
 
-		  this.defaultVideoFrame = defaultVideoFrame = new VideoFrame( new Uint8Array( [ 0, 0, 0, 0xff ] ), init );
+			this.defaultVideoFrame = defaultVideoFrame = new VideoFrame( new Uint8Array( [ 0, 0, 0, 0xff ] ), init );
 
 		}