Skip to content

Commit

Permalink
removed trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomGamingDev committed Dec 6, 2024
1 parent 14b3183 commit 360fc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webgl/p5.Shader.js
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ p5.Shader = class {
}
}
break;
case gl.SAMPLER_CUBE:
case gl.SAMPLER_CUBE:
case gl.SAMPLER_3D:
case gl.SAMPLER_2D_SHADOW:
case gl.SAMPLER_2D_ARRAY:
Expand Down

0 comments on commit 360fc04

Please sign in to comment.