Chore : components cleanup

This commit is contained in:
2024-08-01 17:31:09 +02:00
parent 240ab7e1d4
commit 23e5f9f432
31 changed files with 720 additions and 816 deletions
-1
View File
@@ -201,7 +201,6 @@ self.addEventListener("message", (e) => {
screen.height = data.screen.height;
loadShader();
} else if (data.command == "killShader") {
console.log("killShader");
self.clearInterval(interval);
self.clearTimeout(timeout);
} else if (data.command == "resumeShader") {