Skip to content

Commit 40e4ffe

Browse files
log
1 parent 83b7d36 commit 40e4ffe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/model/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,8 @@ let createCube = function (width, height, depth, name, faces, fallbackFaces, tex
908908

909909
let parts = Math.floor(canvas.height / canvas.width);
910910

911+
console.log("Generating animated texture...");
912+
911913
let promises1 = [];
912914
for (let i = 0; i < parts; i++) {
913915
promises1.push(new Promise((resolve) => {

0 commit comments

Comments
 (0)