mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 13:19:55 +02:00
Update interface/resources/qml/Web3DSurface.qml
Co-authored-by: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com>
This commit is contained in:
parent
b516b29e64
commit
cd0755d1bb
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Item {
|
||||||
property var item: null
|
property var item: null
|
||||||
|
|
||||||
function load(url, scriptUrl, useBackground, userAgent) {
|
function load(url, scriptUrl, useBackground, userAgent) {
|
||||||
// Ensure we reset any existing item toB "about:blank" to ensure web audio stops: DEV-2375
|
// Ensure we reset any existing item to "about:blank" to ensure web audio stops: DEV-2375
|
||||||
if (root.item != null) {
|
if (root.item != null) {
|
||||||
root.item.url = "about:blank"
|
root.item.url = "about:blank"
|
||||||
root.item.destroy()
|
root.item.destroy()
|
||||||
|
|
Loading…
Reference in a new issue