Skip to content

Commit 7fe67ee

Browse files
committed
webgpu_sandbox: fix commented line
1 parent 98a7c92 commit 7fe67ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/webgpu_sandbox.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,9 @@
227227

228228
}
229229

230-
/** Correct UVs to be compatible with `flipY=false` textures. */
230+
/*
231+
* Correct UVs to be compatible with `flipY=false` textures.
232+
*/
231233
function flipY( geometry ) {
232234

233235
const uv = geometry.attributes.uv;

0 commit comments

Comments
 (0)