We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c395b commit 81fbc64Copy full SHA for 81fbc64
examples/raytrace-parallel/index.js
@@ -116,6 +116,6 @@ function render(scene) {
116
rendering.stop();
117
rendering = null;
118
}
119
- rendering = new State(scene.render(concurrency.value, pool, ctx));
+ rendering = new State(scene.render(parseInt(concurrency.value), pool, ctx));
120
pool = null; // previous call took ownership of `pool`, zero it out here too
121
0 commit comments