mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-27 06:40:28 -04:00
Merge pull request #2441 from adroitwhiz/sensing-of-change-clear-cache
Reset blocks cache when sensing_of blocks are updated
This commit is contained in:
commit
2373f9483e
1 changed files with 1 additions and 0 deletions
|
@ -969,6 +969,7 @@ class Blocks {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (blockUpdated) this.resetCache();
|
||||
return blockUpdated;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue