Skip to content

Commit

Permalink
Fix broken teleport component fernandojsg/aframe-teleport-controls#99
Browse files Browse the repository at this point in the history
  • Loading branch information
pjoulot committed Apr 1, 2023
1 parent 3943b1c commit f49a7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.5.0/annyang.min.js"></script>
<script src="https://aframe.io/releases/1.4.0/aframe.min.js"></script>
<script src="dist/aframe-door.js"></script>
<script src="https://rawgit.com/fernandojsg/aframe-teleport-controls/master/dist/aframe-teleport-controls.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/powersimple/aframe-teleport-controls@master/dist/aframe-teleport-controls.min.js"></script>
</head>
<body>
<a-scene>
Expand Down

0 comments on commit f49a7a7

Please sign in to comment.