We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53f191e + 67db62e commit 84f5a30Copy full SHA for 84f5a30
engine/core/src/main/resources/view/core/Drawer.js
@@ -382,6 +382,7 @@ export class Drawer {
382
}
383
if (parsedFrame === parsedFrame.previous) {
384
parsedFrame.frameInfo.date = 0
385
+ parsedFrame.frameInfo.frameDuration = 0
386
} else {
387
parsedFrame.frameInfo.date = parsedFrame.previous.frameInfo.date + parsedFrame.previous.frameInfo.frameDuration
388
0 commit comments