Skip to content
Snippets Groups Projects
Commit d36da420 authored by netpro2k's avatar netpro2k
Browse files

Noticed typo in gltf-model-plus

parent 5e80bbf8
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@ AFRAME.registerComponent("gltf-model-plus", {
this.el.emit("model-loaded", { format: "gltf", model: this.model });
} catch (e) {
console.error("Failed to load glTF model", e.message, this);
this.emit("model-error", { format: "gltf", src });
this.el.emit("model-error", { format: "gltf", src });
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment