Skip to content

Commit

Permalink
Bug ReferenceError : println is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
pom421 authored Apr 26, 2017
1 parent cc73e99 commit 4ecbe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chp00_introduction/Noise1D/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ function draw() {
fill(200);
ellipse(x,height/2, 64, 64);

println(n);
print(n);
}

0 comments on commit 4ecbe18

Please sign in to comment.