Fix stepping not working.

Use transferable object for sending arraybuffers to workers
This commit is contained in:
j433866 2019-05-16 10:42:07 +01:00
parent d326cad611
commit 0e850b2a85
6 changed files with 47 additions and 32 deletions

View file

@ -267,7 +267,7 @@ class InputWaiter {
this.manager.worker.queueInput(r.data);
break;
case "bake":
this.app.bake(false);
this.app.bake(r.data);
break;
case "displayTabSearchResults":
this.displayTabSearchResults(r.data);