From 9af1213051deaaf060b25ab190d966831e7c150a Mon Sep 17 00:00:00 2001 From: Kevin Lee <kevin@infinite-lee.com> Date: Fri, 6 Apr 2018 18:30:27 -0700 Subject: [PATCH] turn off physics debug --- src/hub.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hub.html b/src/hub.html index e5500215a..c604547cd 100644 --- a/src/hub.html +++ b/src/hub.html @@ -19,7 +19,7 @@ <a-scene networked-scene="adapter: janus; audio: true; debug: true; connectOnLoad: false;" - physics="debug:true" + physics mute-mic="eventSrc: a-scene; toggleEvents: action_mute" personal-space-bubble="debug: false;" -- GitLab