Jelajahi Sumber

Examples: Clean up. (#23001)

Michael Herzog 3 tahun lalu
induk
melakukan
fde01b87be
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      examples/webgpu_sandbox.html

+ 1 - 1
examples/webgpu_sandbox.html

@@ -227,7 +227,7 @@
 
 
 				}
 				}
 
 
-				const texture = THREE.DataTexture( data, width, height, THREE.RGBAFormat );
+				const texture = new THREE.DataTexture( data, width, height, THREE.RGBAFormat );
 				texture.needsUpdate = true;
 				texture.needsUpdate = true;
 				return texture;
 				return texture;