aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-5.devices.brown.edu>2022-06-15 15:47:43 -0400
committerMichael Foiani <sotech117@michaels-mbp-5.devices.brown.edu>2022-06-15 15:47:43 -0400
commitbdcb07b89f0726e10404c250c8b39137beaf23b9 (patch)
tree5cc7953d0280157039f4d627a51eabbd5acd1b4a /src
parent485e154c899f2249000cf1ddd03de975b4177679 (diff)
fix debugging message
Diffstat (limited to 'src')
-rw-r--r--src/client/util/ReplayMovements.ts2
1 files changed, 1 insertions, 1 deletions
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(); }