mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Update lobby.js
This commit is contained in:
parent
400f98b11d
commit
cdaecbd846
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue