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:
parent
38fd9523ee
commit
5445d6f670
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue