three-render-objects 1.36.0 → 1.36.1

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.
@@ -1,4 +1,4 @@
1
- // Version 1.36.0 three-render-objects - https://github.com/vasturiano/three-render-objects
1
+ // Version 1.36.1 three-render-objects - https://github.com/vasturiano/three-render-objects
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('three')) :
4
4
  typeof define === 'function' && define.amd ? define(['three'], factory) :
@@ -77784,7 +77784,7 @@ var<${access}> ${name} : ${structName};`;
77784
77784
  }
77785
77785
  if (topObject !== state.hoverObj) {
77786
77786
  state.onHover(topObject, state.hoverObj, state.intersection);
77787
- state.tooltip.content(topObject ? index$2(state.tooltipContent)(topObject) || null : null);
77787
+ state.tooltip.content(topObject ? index$2(state.tooltipContent)(topObject, state.intersection) || null : null);
77788
77788
  state.hoverObj = topObject;
77789
77789
  }
77790
77790
  }