We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8df296 commit d80d451Copy full SHA for d80d451
1 file changed
examples/index.html
@@ -65,7 +65,7 @@
65
<body>
66
<a-scene debug="true">
67
<a-assets>
68
- <canvas id="canvasTexture" width="512" height="512" />
+ <canvas id="canvasTexture" width="512" height="512"></canvas>
69
<a-mixin id="blue" material="color: #4CC3D9"></a-mixin>
70
<a-mixin id="blueBox" geometry="primitive: box; depth: 2; height: 5; width: 1" material="color: #4CC3D9"></a-mixin>
71
<a-mixin id="box" geometry="primitive: box; depth: 1; height: 1; width: 1"></a-mixin>
0 commit comments