Skip to content

Commit 38f1970

Browse files
committed
using aframe 0.7 insted of 0.8. It breaks sky shader
1 parent ae3d8cd commit 38f1970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>A-Frame Environment Component</title>
66
<meta name="description" content="A-Frame Environment Component">
77
<meta name="author" content="Diego F. Goberna">
8-
<script src="https://aframe.io/releases/0.8.0/aframe.min.js"></script>
8+
<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
99
<script src="dist/aframe-environment-component.min.js"></script>
1010
<link href="https://fonts.googleapis.com/css?family=Voces" rel="stylesheet">
1111

tests/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Tests</title>
66
<meta name="description" content="A-Frame Environment Component">
77
<meta name="author" content="Diego F. Goberna">
8-
<script src="https://aframe.io/releases/0.8.0/aframe.min.js"></script>
8+
<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
99
<script src="../dist/aframe-environment-component.min.js"></script>
1010
<!--<script src="../index.js"></script>-->
1111
<link href="https://fonts.googleapis.com/css?family=Voces" rel="stylesheet">

0 commit comments

Comments
 (0)