From f60ecd72a1685d4a654f56af46430aa4b23560d2 Mon Sep 17 00:00:00 2001
From: netpro2k <netpro2k@gmail.com>
Date: Tue, 13 Nov 2018 18:23:58 -0800
Subject: [PATCH] Don't show avatars in the background of the picker

---
 src/react-components/avatar-selector.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/react-components/avatar-selector.js b/src/react-components/avatar-selector.js
index 6ffbe380d..7cf65f476 100644
--- a/src/react-components/avatar-selector.js
+++ b/src/react-components/avatar-selector.js
@@ -167,7 +167,7 @@ class AvatarSelector extends Component {
           </a-entity>
 
           <a-entity position="0 1.5 -5.6" rotation="-10 180 0">
-            <a-entity camera="" />
+            <a-entity camera="far: 1;" />
           </a-entity>
 
           <a-entity
-- 
GitLab