tweak loading indicator

This commit is contained in:
Kevin Ngo
2018-10-13 09:46:05 -07:00
parent 1037e58408
commit 388a80cd28
2 changed files with 4 additions and 4 deletions

View File

@@ -115,8 +115,7 @@ AFRAME.registerComponent('song', {
onFetchProgress: function (evt) {
const progress = evt.loaded / evt.total;
this.songLoadingIndicator.setAttribute(
'geometry', 'thetaLength', progress * 360);
this.songLoadingIndicator.setAttribute('geometry', 'thetaLength', progress * 360);
},
onRestart: function () {