mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 15:52:27 +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
|
||||
|
||||
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) {
|
||||
root.item.url = "about:blank"
|
||||
root.item.destroy()
|
||||
|
|
Loading…
Reference in a new issue