Skip to content

Commit

Permalink
fix: timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed Mar 5, 2025
1 parent 82f20f2 commit 6467ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scene/main/SceneTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class SceneTree extends MainLoop {
}

protected _process(delta = 0): void {
this.timeline.addTime(delta)
this.timeline.emit('process', delta)
this.emit('processing')
this.root.emit('process', delta)
this.emit('processed')
Expand Down

0 comments on commit 6467ed9

Please sign in to comment.