mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update content set to lounge
This commit is contained in:
parent
1921aae08f
commit
0e31c79535
1 changed files with 2 additions and 2 deletions
|
@ -301,7 +301,7 @@ LogWindow.prototype = {
|
|||
|
||||
function goHomeClicked() {
|
||||
if (interfacePath) {
|
||||
startInterface('hifi://localhost/542.972,495.01,509.351/0,-0.385102,0,0.922874');
|
||||
startInterface('hifi://localhost/7.91966,23.2104,20.7416/0,-0.476144,0,0.879367');
|
||||
} else {
|
||||
// show an error to say that we can't go home without an interface instance
|
||||
dialog.showErrorBox("Client Not Found", binaryMissingMessage("High Fidelity client", "Interface", false));
|
||||
|
@ -474,7 +474,7 @@ function maybeInstallDefaultContentSet(onComplete) {
|
|||
|
||||
// Start downloading content set
|
||||
var req = progress(request.get({
|
||||
url: "https://s3.amazonaws.com/hifi-public/homeset/demo.zip"
|
||||
url: "https://s3.amazonaws.com/hifi-public/homeset/ContentSet-Lounge.zip"
|
||||
}, function(error, responseMessage, responseData) {
|
||||
if (aborted) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue