Skip to content

Commit

Permalink
OV-455: * script-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy4 committed Sep 27, 2024
1 parent 1eb7b37 commit 11612b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class ScriptProcessor {
lastScene &&
lastScene.avatar.voice === voice &&
lastScene.avatar.name === this.currentAvatar.name &&
lastScene.avatar.style === this.currentAvatar.style &&
JSON.stringify(lastScene.background) ===
JSON.stringify(scene.background)
) {
Expand Down

0 comments on commit 11612b7

Please sign in to comment.