upgrade xrfragment build
This commit is contained in:
parent
14bdd5fff3
commit
05a2858ef7
1 changed files with 1 additions and 1 deletions
|
|
@ -6793,7 +6793,7 @@ AFRAME.registerSystem('xrf-hands',{
|
|||
},
|
||||
|
||||
tick: function(){
|
||||
if( !this.indexFinger ) return
|
||||
if( !this.indexFinger || !xrf.interactive ) return
|
||||
if( !this.el.sceneEl.renderer.xr.isPresenting || !this.indexFinger.length ) return
|
||||
for( let i = 0; i < this.indexFinger.length; i++ ){
|
||||
let indexFinger = this.indexFinger[i]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue