mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Update src/extensions/scratch3_video_sensing/library.js
Co-Authored-By: Karishma Chadha <kchadha@media.mit.edu>
This commit is contained in:
parent
69f30a4fb5
commit
b13a40fb2e
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ class VideoMotion {
|
|||
} = this;
|
||||
|
||||
// The public APIs for Renderer#isTouching manage keeping the matrix and
|
||||
// silhouette up-to-date, which is needed for drawable#isTouching to work
|
||||
// silhouette up-to-date, which is needed for drawable#isTouching to work (used below)
|
||||
drawable.updateMatrix();
|
||||
if (drawable.skin) drawable.skin.updateSilhouette();
|
||||
|
||||
|
|
Loading…
Reference in a new issue