Skip to content
Snippets Groups Projects
Commit 364c76a6 authored by Greg Fodor's avatar Greg Fodor
Browse files

Fix typo

parent eaabc87f
No related branches found
No related tags found
No related merge requests found
......@@ -539,7 +539,7 @@ const onReady = async () => {
});
environmentRoot.appendChild(initialEnvironmentEl);
const enterSceneWhenReady = hudId => {
const enterSceneWhenReady = hubId => {
const enterSceneImmediately = () => enterScene(new MediaStream(), false, hubId);
if (scene.hasLoaded) {
enterSceneImmediately();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment