mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Reset blocks cache when sensing_of blocks update
This commit is contained in:
parent
32f87b3396
commit
3c0ae4ebbf
1 changed files with 1 additions and 0 deletions
|
@ -969,6 +969,7 @@ class Blocks {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (blockUpdated) this.resetCache();
|
||||
return blockUpdated;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue