diff --git a/src/components/media-loader.js b/src/components/media-loader.js index ada77a5183f367ddab0031120b88bbc544073821..edfc40bc67dbff42b6cc22af5753cfd5daaa10e9 100644 --- a/src/components/media-loader.js +++ b/src/components/media-loader.js @@ -74,7 +74,7 @@ AFRAME.registerComponent("media-loader", { ); this.el.addEventListener("model-error", this.onError, { once: true }); this.el.setAttribute("gltf-model-plus", { - src: url, + src: url, // gltf-model-plus expects the unresolved gltf url. The resolved farspark URL will be retrieved from the cache. inflate: true }); } else {