teleportxr 1.0.71 → 1.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/client/client.js CHANGED
@@ -369,7 +369,7 @@ class Client {
369
369
  return;
370
370
  if(!this.webRtcConnected)
371
371
  return;
372
- console.log("[T+"+this.elapsedMsSinceStart()+"ms, conn+"+this.elapsedMsSinceConnected()+"ms] UpdateStreaming tick for client "+this.clientID);
372
+ //console.log("[T+"+this.elapsedMsSinceStart()+"ms, conn+"+this.elapsedMsSinceConnected()+"ms] UpdateStreaming tick for client "+this.clientID);
373
373
  var timestamp=core.getTimestampUs();
374
374
  // Establish which nodes the client should have, and their resources.
375
375
  // Then: which resources we think it does not yet have. Send those.
@@ -211,6 +211,10 @@ class GeometryService {
211
211
  fontAtlas.font_texture_uid,
212
212
  diff
213
213
  );
214
+ } else
215
+ {
216
+
217
+ console.error("Text Canvas ", canvasComponent.data_uid, " has font atlas 0");
214
218
  }
215
219
  }
216
220
  }
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "name": "teleportxr",
18
18
  "description": "Teleport Spatial Server on node.js",
19
- "version": "1.0.71",
19
+ "version": "1.0.73",
20
20
  "repository": {
21
21
  "type": "git",
22
22
  "url": "git+https://github.com/simul/teleport-nodejs.git"