sunag 1 год назад
Родитель
Сommit
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',
 			};
 
-		  this.defaultVideoFrame = defaultVideoFrame = new VideoFrame( new Uint8Array( [ 0, 0, 0, 0xff ] ), init );
+			this.defaultVideoFrame = defaultVideoFrame = new VideoFrame( new Uint8Array( [ 0, 0, 0, 0xff ] ), init );
 
 		}