Skip to content

Commit

Permalink
Remove unecessary (potentially misleading) call to
Browse files Browse the repository at this point in the history
`setCamera()` in `createCamera()` example
  • Loading branch information
JetStarBlues committed Jun 1, 2021
1 parent e7f2c14 commit ce448ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webgl/p5.Camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 309,6 @@ p5.prototype.frustum = function(...args) {
* createCanvas(100, 100, WEBGL);
* background(0);
* camera = createCamera();
* setCamera(camera);
* }
*
* function draw() {
Expand Down

0 comments on commit ce448ad

Please sign in to comment.