@expofp/renderer 2.3.1 → 2.3.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2082,6 +2082,7 @@ class MeshSystem extends RenderableSystem {
2082
2082
  const key = `${batchedMesh.uuid}-${instanceId}`;
2083
2083
  this.mapInstanceIdToShapeType.set(key, type);
2084
2084
  this.registerDefObject(shapeDef, batchedMesh, instanceId);
2085
+ if (shapeDef.hidden) this.updateDefImpl(shapeDef, batchedMesh, [instanceId]);
2085
2086
  }
2086
2087
  return batchedMesh;
2087
2088
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expofp/renderer",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"