From d9dbddd1cad2f26c3b04512795a8b3f98d993921 Mon Sep 17 00:00:00 2001 From: Muffin Date: Thu, 1 Aug 2024 01:05:39 -0500 Subject: [PATCH] playground: Remove extra setProgress() call --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index edb571e..f4b119e 100644 --- a/index.html +++ b/index.html @@ -578,7 +578,6 @@

Privacy

text = '⏳ Downloading project data...'; } else if (type === 'assets') { text = `⏳ Downloading assets (${loaded}/${total})...`; - setProgress() } else if (type === 'compress') { text = '⏳ Compressing project...'; } else {