Skip to content

Commit 360fc04

Browse files
removed trailing space
1 parent 14b3183 commit 360fc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgl/p5.Shader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ p5.Shader = class {
13521352
}
13531353
}
13541354
break;
1355-
case gl.SAMPLER_CUBE:
1355+
case gl.SAMPLER_CUBE:
13561356
case gl.SAMPLER_3D:
13571357
case gl.SAMPLER_2D_SHADOW:
13581358
case gl.SAMPLER_2D_ARRAY:

0 commit comments

Comments
 (0)