@xviewer.js/debug 1.0.1 → 1.0.3

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.
@@ -2422,8 +2422,8 @@ class Inspector extends core.Mount {
2422
2422
  if (refCntMap.get(v) === undefined) refCntMap.set(v, 1);
2423
2423
  };
2424
2424
  refCntMap.forEach((_, k, map)=>map.set(k, -1));
2425
- this.viewer.traverseComponents(setState);
2426
2425
  this.viewer.traverseMaterials(setState);
2426
+ this.viewer.traverseComponents(setState);
2427
2427
  refCntMap.forEach((v, k, map)=>{
2428
2428
  if (v === 1) {
2429
2429
  this._inspect(k);
@@ -2978,4 +2978,4 @@ exports.BoxProjectionHelper = BoxProjectionHelper;
2978
2978
  exports.GUI = GUI;
2979
2979
  exports.Inspector = Inspector;
2980
2980
  exports.Stats = Stats;
2981
- //# sourceMappingURL=main.js.map
2981
+ //# sourceMappingURL=main.cjs.map