From e5968c7d947726489016ca8a04b0cd967d825bf9 Mon Sep 17 00:00:00 2001 From: joni <johnfshaughnessy@gmail.com> Date: Sat, 21 Apr 2018 22:51:29 -0700 Subject: [PATCH] Oops, didn't mean to remove this. --- src/react-components/ui-root.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/react-components/ui-root.js b/src/react-components/ui-root.js index 6e575dcfa..512cb62c1 100644 --- a/src/react-components/ui-root.js +++ b/src/react-components/ui-root.js @@ -103,6 +103,7 @@ class UIRoot extends Component { componentDidMount() { this.setupTestTone(); + this.props.concurrentLoadDetector.addEventListener("concurrentload", this.onConcurrentLoad); this.micLevelMovingAverage = MovingAverage(100); this.props.scene.addEventListener("loaded", this.onSceneLoaded); this.props.scene.addEventListener("stateadded", this.onAframeStateChanged); -- GitLab