teleportxr 1.0.72 → 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.
@@ -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.72",
19
+ "version": "1.0.73",
20
20
  "repository": {
21
21
  "type": "git",
22
22
  "url": "git+https://github.com/simul/teleport-nodejs.git"