From e3abe48bde02bbdfec4d0a8dacd79f6288cfadd3 Mon Sep 17 00:00:00 2001 From: Robert Long <robert@robertlong.me> Date: Wed, 18 Apr 2018 17:37:43 -0700 Subject: [PATCH] Update envrionment urls --- src/react-components/home-root.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/react-components/home-root.js b/src/react-components/home-root.js index d91dfdbed..231d8b747 100644 --- a/src/react-components/home-root.js +++ b/src/react-components/home-root.js @@ -19,9 +19,9 @@ const messages = localeData[lang] || localeData.en; const ENVIRONMENT_URLS = [ "https://asset-bundles-prod.reticulum.io/rooms/meetingroom/MeetingRoom.bundle.json", - "https://asset-bundles-prod.reticulum.io/rooms/theater/TheaterMeshes.bundle.json", - "https://asset-bundles-prod.reticulum.io/rooms/atrium/AtriumMeshes.bundle.json", - "https://asset-bundles-prod.reticulum.io/rooms/courtyard/CourtyardMeshes.bundle.json" + "https://asset-bundles-prod.reticulum.io/rooms/theater/Theater.bundle.json", + "https://asset-bundles-prod.reticulum.io/rooms/atrium/Atrium.bundle.json", + "https://asset-bundles-prod.reticulum.io/rooms/courtyard/Courtyard.bundle.json" ]; class HomeRoot extends Component { -- GitLab