Răsfoiți Sursa

webgpu_sandbox: fix commented line

sunag 8 luni în urmă
părinte
comite
7fe67ee3d9
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      examples/webgpu_sandbox.html

+ 3 - 1
examples/webgpu_sandbox.html

@@ -227,7 +227,9 @@
 
 			}
 
-			/** Correct UVs to be compatible with `flipY=false` textures. */
+			/*
+			 * Correct UVs to be compatible with `flipY=false` textures.
+			 */
 			function flipY( geometry ) {
 
 				const uv = geometry.attributes.uv;

粤ICP备19079148号