diff --git a/src/skecth.js b/src/skecth.js index 3f92fa6..42f20ab 100644 --- a/src/skecth.js +++ b/src/skecth.js @@ -12,7 +12,7 @@ const visiteds = []; function setup() { createCanvas(windowWidth, windowHeight); background(51); - // Setting Frame Rate to 10 + // Setting Frame Rate to 20 // to visualize better the maze // generation algorithm frameRate(20);