Selaa lähdekoodia

WebGPUTextureUtils: Clean up (#28899)

sunag 1 vuosi sitten
vanhempi
commit
dd2b651449
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 );
 
 		}