Преглед изворни кода

webgpu_sandbox: fix commented line

sunag пре 8 месеци
родитељ
комит
7fe67ee3d9
1 измењених фајлова са 3 додато и 1 уклоњено
  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号