3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 21:55:28 +02:00

Switch to localhost before replacing content

This commit is contained in:
Kerry Ivan Kurian 2018-09-19 16:06:43 -07:00
parent 38fd9523ee
commit 5445d6f670

View file

@ -90,8 +90,8 @@ Rectangle {
break;
case "content set":
resource = isHttp(resource) ? resource : "file:///" + resource;
Commerce.replaceContentSet(resource, "");
urlHandler.handleUrl("hifi://localhost/0,0,0");
Commerce.replaceContentSet(resource, "");
break;
}
// XXX support other resource types here.