Skip to content

Commit f9af4f7

Browse files
committed
p5.Matrix no render add()
1 parent 03f82ac commit f9af4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/Matrices/Matrix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class Matrix extends MatrixInterface {
8484
* matrix1.add(matrix2); // matrix1 is now [5, 7, 9]
8585
*
8686
* // p5.js script example
87-
* <div><code>
87+
* <div class="norender"><code>
8888
* function setup() {
8989
*
9090
* const matrix1 = new p5.Matrix([1, 2, 3, 4]);

0 commit comments

Comments
 (0)