Adjust "Go Home" path for default content set

This commit is contained in:
Ryan Huffman 2016-01-18 16:04:14 -08:00
parent e2e742b12e
commit ff22d98abf

View file

@ -293,7 +293,7 @@ LogWindow.prototype = {
function goHomeClicked() {
if (interfacePath) {
startInterface('hifi://localhost');
startInterface('hifi://localhost/542.972,495.01,509.351/0,-0.385102,0,0.922874');
} 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));