From cd0755d1bbec47b788ad6788db18edd36b8bb56b Mon Sep 17 00:00:00 2001 From: Kalila <69767640+digisomni@users.noreply.github.com> Date: Fri, 29 Jan 2021 13:35:27 -0500 Subject: [PATCH] Update interface/resources/qml/Web3DSurface.qml Co-authored-by: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com> --- interface/resources/qml/Web3DSurface.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/Web3DSurface.qml b/interface/resources/qml/Web3DSurface.qml index c92e09e7bf..3bee87d669 100644 --- a/interface/resources/qml/Web3DSurface.qml +++ b/interface/resources/qml/Web3DSurface.qml @@ -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()