We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f5374 commit 69e055cCopy full SHA for 69e055c
visualizer_live.js
@@ -269,7 +269,7 @@ PIXI.Assets.load([
269
const data = JSON.parse(event.data); // Assuming the data is JSON-encoded
270
if ("stats" in data) {
271
curStats = data["stats"];
272
- document.getElementById('envsCount').innerText = `${curStats.envs} Environments Streaming`;
+ document.getElementById('envsCount').innerText = `${spriteCache.size} Environments Streaming`;
273
document.getElementById('viewersCount').innerText = `${curStats.viewers} Viewers Connected`;
274
} else {
275
const path = data["coords"];
0 commit comments