Skip to content

Commit 59a20da

Browse files
committed
rebuild dist files after merge
1 parent a656891 commit 59a20da

File tree

3 files changed

+10110
-13537
lines changed

3 files changed

+10110
-13537
lines changed

dist/super-hands.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,11 @@ AFRAME.registerComponent('super-hands', {
285285
const hoverEls = this.hoverEls;
286286
const hitElIndex = this.hoverEls.indexOf(hitEl);
287287
let hoverNeedsUpdate = false;
288-
if (dist && intersection.instanceId !== undefined) hitEl.object3D.userData = {
289-
instanceId: intersection.instanceId
290-
};
288+
if (dist && intersection.instanceId !== undefined) {
289+
hitEl.object3D.userData = {
290+
instanceId: intersection.instanceId
291+
};
292+
}
291293
if (hitElIndex === -1) {
292294
hoverNeedsUpdate = true;
293295
// insert in order of distance when available

dist/super-hands.min.js

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)