Skip to content

Commit

Permalink
Last details
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoRean committed Sep 23, 2023
1 parent 8d29048 commit fd84cb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions player.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fd84cb2

Please sign in to comment.