File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
engine/core/src/main/resources/view/core Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -452,6 +452,8 @@ export class Drawer {
452452 if ( ! force && this . stepByStepAnimateSpeed && this . checkSteppedToNextFrame ( scope , parsedFrame ) ) {
453453 this . startAsynchronousAnimation ( scope , progress , parsedFrame )
454454 return
455+ } else if ( ! force ) {
456+ scope . targetProgress = null
455457 }
456458
457459 /** ************************************* */
Original file line number Diff line number Diff line change 22
33The CodinGame SDK is regularly updated and improved. This document lets you know what changed in the latest releases.
44
5+ ## Next Release
6+
7+ ### 🐞 Bug fix
8+
9+ - Fixed choppy animation when launching games with a ` stepByStepAnimateSpeed `
10+
511## 3.11.0
612
713### 🎁 Features
You can’t perform that action at this time.
0 commit comments