fix: restore cursor pipeline build after rebase

This commit is contained in:
EtienneLescot
2026-05-03 16:53:04 +02:00
parent e9650225ba
commit 28ff0fb7bf
8 changed files with 60 additions and 10 deletions
+1 -1
View File
@@ -614,7 +614,7 @@ export class FrameRenderer {
return image;
}
private updateLayout(): void {
private updateLayout(webcamFrame?: VideoFrame | null): void {
if (!this.app || !this.videoSprite || !this.maskGraphics || !this.videoContainer) return;
const { width, height } = this.config;