fix not being to have more than one trail in scene (fixes #80)

This commit is contained in:
Kevin Ngo
2018-10-10 04:32:21 -07:00
parent cd36389842
commit ec256a76ba
3 changed files with 5 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ AFRAME.registerComponent('beat-loader', {
this.beatsHeadStart -= delta;
}
}
this.lastTime = lastTime + delta;
},