We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
跳转处的数据是这样的
packages\player\src\player.ts文件的renderEachFrame方法中的this.execFrame方法调不到
packages\player\src\player.ts
renderEachFrame
this.execFrame
while ( this.recordIndex < this.records.length && +(data = this.records[this.recordIndex]).time - this.curViewDiffTime <= this.frames[this.frameIndex] ) { this.execFrame.call(this, data) this.recordIndex++ }
The text was updated successfully, but these errors were encountered:
使用新版本测试一下
Sorry, something went wrong.
fix(Player): latest frame not render #68
aa9ec7b
No branches or pull requests
跳转处的数据是这样的
packages\player\src\player.ts
文件的renderEachFrame
方法中的this.execFrame
方法调不到The text was updated successfully, but these errors were encountered: