Update interface/resources/qml/Web3DSurface.qml

Co-authored-by: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com>
This commit is contained in:
Kalila 2021-01-29 13:35:27 -05:00 committed by GitHub
parent b516b29e64
commit cd0755d1bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()