瀏覽代碼

WebGPUTextureUtils: Clean up (#28899)

sunag 1 年之前
父節點
當前提交
dd2b651449
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',
 				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 );
 
 
 		}
 		}