mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-12 09:19:02 +02: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() {
|
function goHomeClicked() {
|
||||||
if (interfacePath) {
|
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 {
|
} else {
|
||||||
// show an error to say that we can't go home without an interface instance
|
// 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));
|
dialog.showErrorBox("Client Not Found", binaryMissingMessage("High Fidelity client", "Interface", false));
|
||||||
|
@ -474,7 +474,7 @@ function maybeInstallDefaultContentSet(onComplete) {
|
||||||
|
|
||||||
// Start downloading content set
|
// Start downloading content set
|
||||||
var req = progress(request.get({
|
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) {
|
}, function(error, responseMessage, responseData) {
|
||||||
if (aborted) {
|
if (aborted) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue