Update content set to lounge

This commit is contained in:
Ryan Huffman 2016-01-20 11:57:09 -08:00 committed by Stephen Birarda
parent 1921aae08f
commit 0e31c79535

View file

@ -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;