mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-05-23 11:46:47 -04:00
Use new updateCPURenderAttributes in video sensing
This commit is contained in:
parent
5f10125643
commit
9bed114e48
2 changed files with 2 additions and 3 deletions
test/unit
|
@ -87,7 +87,7 @@ const isNearAngle = (actual, expect, optMargin = 10) => (
|
|||
// A fake scratch-render drawable that will be used by VideoMotion to restrain
|
||||
// the area considered for motion detection in VideoMotion.getLocalMotion
|
||||
const fakeDrawable = {
|
||||
updateMatrix () {}, // no-op, since isTouching always returns true
|
||||
updateCPURenderAttributes () {}, // no-op, since isTouching always returns true
|
||||
|
||||
getFastBounds () {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue