From bdcb07b89f0726e10404c250c8b39137beaf23b9 Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Wed, 15 Jun 2022 15:47:43 -0400 Subject: fix debugging message --- src/client/util/ReplayMovements.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/util/ReplayMovements.ts b/src/client/util/ReplayMovements.ts index 8e8bfca02..4122908cc 100644 --- a/src/client/util/ReplayMovements.ts +++ b/src/client/util/ReplayMovements.ts @@ -43,7 +43,7 @@ export class ReplayMovements { setVideoBox = async (videoBox: VideoBox) => { // console.info('setVideoBox', videoBox); - if (videoBox !== null) { console.warn('setVideoBox on already videoBox'); } + if (this.videoBox !== null) { console.warn('setVideoBox on already videoBox'); } if (this.videoBoxDisposeFunc !== null) { console.warn('setVideoBox on already videoBox dispose func'); this.videoBoxDisposeFunc(); } -- cgit v1.2.3-70-g09d2