فهرست منبع

Examples: Fixed ESLint error. (#26870)

林炳权 1 سال پیش
والد
کامیت
a5318cfd53
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      examples/webgpu_compute_texture_pingpong.html

+ 1 - 1
examples/webgpu_compute_texture_pingpong.html

@@ -35,7 +35,7 @@
 			let pingTexture, pongTexture;
 			let material;
 			let phase = true;
-			let seed = uniform( new THREE.Vector2() );
+			const seed = uniform( new THREE.Vector2() );
 
 			init();
 			render();