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 2640bd8 commit 9d2fe69Copy full SHA for 9d2fe69
packages/engine/Source/DataSources/DataSourceDisplay.js
@@ -322,9 +322,7 @@ DataSourceDisplay.prototype.update = function (time) {
322
result = visualizers[x].update(time) && result;
323
}
324
325
- // Request a rendering of the scene when the data source
326
- // becomes 'ready' for the first time
327
- if (!this._ready && result) {
+ if (!result) {
328
this._scene.requestRender();
329
330
0 commit comments