From fd84cb2274f72553c536bec94445994ef8e0db81 Mon Sep 17 00:00:00 2001 From: AdrianoRean <127209495+AdrianoRean@users.noreply.github.com> Date: Sat, 23 Sep 2023 12:41:00 +0200 Subject: [PATCH] Last details --- player.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/player.js b/player.js index 40f1ec3..9169979 100644 --- a/player.js +++ b/player.js @@ -1711,8 +1711,6 @@ class Player { for (let k in firstKf){ if(k == "i" || k == "li"){ continue; - }else if(k == "torch"){ - this.torch.setRotation(firstKf[k]); }else if(k == "bc"){ this.#skeleton[k].rotation = new BABYLON.Vector3(firstKf[k].x * (1 - importance) + secondKf[k].x * (importance), firstKf[k].y * (1 - importance) + secondKf[k].y * (importance) + addRot,