Skip to content

Commit d19fefc

Browse files
authored
fixing setAttributes()
1 parent dac7ff2 commit d19fefc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/webgl/p5.RendererGL.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2615,11 +2615,10 @@ function rendererGL(p5, fn) {
26152615
* }
26162616
* </code>
26172617
* </div>
2618-
* <br>
2619-
* Now with the antialias attribute set to true.
2620-
* <br>
2618+
*
26212619
* <div>
26222620
* <code>
2621+
* // Now with the antialias attribute set to true.
26232622
* function setup() {
26242623
* setAttributes('antialias', true);
26252624
* createCanvas(100, 100, WEBGL);

0 commit comments

Comments
 (0)