mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
attach issue to todo
This commit is contained in:
parent
dcdb806b57
commit
65d998f473
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ class Runtime extends EventEmitter {
|
|||
// @todo: Only render when this.redrawRequested or clones rendered.
|
||||
this.renderer.draw();
|
||||
}
|
||||
// @todo only emit if monitors has changed since last time.
|
||||
// @todo(vm#570) only emit if monitors has changed since last time.
|
||||
this.emit(Runtime.MONITORS_UPDATE,
|
||||
Object.keys(this._monitorState).map(key => this._monitorState[key])
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue