mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-27 06:29:25 -04:00
Remove leftover instances of MONITORS_ADDED and MONITORS_REMOVED, change updateMonitor to requestUpdateMonitor, update some todos with tracking numbers.
This commit is contained in:
parent
7a1b3eccd0
commit
6ee1e6614c
4 changed files with 13 additions and 34 deletions
src/engine
|
@ -97,7 +97,7 @@ const execute = function (sequencer, thread) {
|
|||
runtime.visualReport(currentBlockId, resolvedValue);
|
||||
}
|
||||
if (thread.updateMonitor) {
|
||||
runtime.updateMonitor({
|
||||
runtime.requestUpdateMonitor({
|
||||
id: currentBlockId,
|
||||
value: String(resolvedValue)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue