Skip to content

Commit

Permalink
Merge pull request #71 from HashLips/dev
Browse files Browse the repository at this point in the history
console edit
  • Loading branch information
HashLips authored Sep 28, 2021
2 parents d5dea1f + 4212515 commit 951c19d
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 951c19d

Please sign in to comment.