Explorar o código

Examples: Fixed ESLint error. (#26870)

林炳权 %!s(int64=2) %!d(string=hai) anos
pai
achega
a5318cfd53
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 pingTexture, pongTexture;
 			let material;
 			let material;
 			let phase = true;
 			let phase = true;
-			let seed = uniform( new THREE.Vector2() );
+			const seed = uniform( new THREE.Vector2() );
 
 
 			init();
 			init();
 			render();
 			render();