Skip to content

Commit

Permalink
renamed animChanger, added tracking for child tweens and proper clean…
Browse files Browse the repository at this point in the history
…up, fixed a missing stage.update()
  • Loading branch information
MizaGBF committed Nov 23, 2024
1 parent 7d95128 commit aa24ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function update_frame_counter()
}
else
{
if(document.getElementById("loop-btn").classList.contains('btn-enabled')) document.getElementById("act-frame").innerHTML = JSON.stringify(this.cjsViewList[animeVersion].animChanger.position);
if(document.getElementById("loop-btn").classList.contains('btn-enabled')) document.getElementById("act-frame").innerHTML = JSON.stringify(this.cjsViewList[animeVersion].mainTween.position);
else document.getElementById("act-frame").innerHTML = "Loop paused";
}
setTimeout(update_frame_counter, 10);
Expand Down

0 comments on commit aa24ad4

Please sign in to comment.