fix: restore cursor pipeline build after rebase
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user