mirror of
https://github.com/lubosz/overte.git
synced 2025-04-29 17:23:33 +02:00
Switch to localhost before replacing content
This commit is contained in:
parent
38fd9523ee
commit
5445d6f670
1 changed files with 1 additions and 1 deletions
|
@ -90,8 +90,8 @@ Rectangle {
|
||||||
break;
|
break;
|
||||||
case "content set":
|
case "content set":
|
||||||
resource = isHttp(resource) ? resource : "file:///" + resource;
|
resource = isHttp(resource) ? resource : "file:///" + resource;
|
||||||
Commerce.replaceContentSet(resource, "");
|
|
||||||
urlHandler.handleUrl("hifi://localhost/0,0,0");
|
urlHandler.handleUrl("hifi://localhost/0,0,0");
|
||||||
|
Commerce.replaceContentSet(resource, "");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// XXX support other resource types here.
|
// XXX support other resource types here.
|
||||||
|
|
Loading…
Reference in a new issue