From cdaecbd8469b5a3d52f5ceb4a9d2f398ee1c380d Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 15 Jan 2015 16:40:13 -0800 Subject: [PATCH] Update lobby.js --- examples/lobby.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/lobby.js b/examples/lobby.js index 636f0a95f1..fcac7a490b 100644 --- a/examples/lobby.js +++ b/examples/lobby.js @@ -165,8 +165,7 @@ function changeLobbyTextures() { for (var j = 0; j < NUM_PANELS; j++) { var panelIndex = placeIndexToPanelIndex(j); - textureProp["textures"]["file" + panelIndex] = HIFI_PUBLIC_BUCKET + "images/places/" - + places[j].id + "/hifi-place-" + places[j].id + "_640x360.jpg"; + textureProp["textures"]["file" + panelIndex] = places[j].previews.lobby; }; Overlays.editOverlay(panelWall, textureProp);