Răsfoiți Sursa

WebGPUTextureUtils: Clean up (#28899)

sunag 1 an în urmă
părinte
comite
dd2b651449
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 );
 
 		}