From 083ff9b23bcdabe13a3d940e748e3d12d3a59527 Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Sun, 30 Sep 2018 22:01:31 +0000
Subject: [PATCH] Show fps

---
 src/components/stats-plus.css | 4 ++--
 src/hub.html                  | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/stats-plus.css b/src/components/stats-plus.css
index 3af930168..f710791c8 100644
--- a/src/components/stats-plus.css
+++ b/src/components/stats-plus.css
@@ -14,8 +14,8 @@
   font-family: monospace;
   cursor: pointer;
   position: absolute;
-  top: 40px; 
-  right: 16px;
+  top: 50px; 
+  right: 6px;
   padding: 8px 12px;
   color: #aaa;
   font-size: 10px;
diff --git a/src/hub.html b/src/hub.html
index 0abecc4a5..19a8282ea 100644
--- a/src/hub.html
+++ b/src/hub.html
@@ -30,6 +30,7 @@
         personal-space-bubble="debug: false;"
         vr-mode-ui="enabled: false"
         pinch-to-move
+        stats-plus="false"
         input-configurator="
                   gazeCursorRayObject: #player-camera;
                   cursorController: #cursor-controller;
-- 
GitLab