Skip to content

Commit

Permalink
console edit
Browse files Browse the repository at this point in the history
  • Loading branch information
HashLips committed Sep 28, 2021
1 parent f8b189f commit 4212515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const startCreating = async () => {
});

await Promise.all(loadedElements).then((renderObjectArray) => {
debugLogs ? console.log("Clearing casvas") : null;
debugLogs ? console.log("Clearing canvas") : null;
ctx.clearRect(0, 0, format.width, format.height);
if (background.generate) {
drawBackground();
Expand Down

0 comments on commit 4212515

Please sign in to comment.