From 3588a275d147e33c9f759d4c0563c2f77bd3b39e Mon Sep 17 00:00:00 2001
From: Kevin Lee <kevin@infinite-lee.com>
Date: Thu, 19 Jul 2018 14:09:18 -0700
Subject: [PATCH] more fixes...

---
 src/hub.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/hub.html b/src/hub.html
index 7830dce38..db8fc797a 100644
--- a/src/hub.html
+++ b/src/hub.html
@@ -217,7 +217,7 @@
                 </a-entity>
             </template>
 
-             <template id="pen-interactable">
+            <template id="pen-interactable">
                 <a-entity
                     gltf-model-plus="src: #interactable-pen; inflate: true;"
                     class="interactable sticky"
@@ -233,7 +233,6 @@
                         position="0 -0.18 0" 
                         radius="0.02" 
                         color="red" 
-                        position="0 -0.18 0" 
                         pen="camera: #player-camera; drawing: #my-first-drawing;"
                     ></a-sphere>
                 </a-entity>
-- 
GitLab