From 4268d4d7704c0b21de1518b4402e31cce53956a3 Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Mon, 17 Dec 2018 19:06:49 +0100 Subject: [PATCH] Remove comment. --- app/qml/BurnInEffect.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/qml/BurnInEffect.qml b/app/qml/BurnInEffect.qml index 644eb4f..437e00a 100644 --- a/app/qml/BurnInEffect.qml +++ b/app/qml/BurnInEffect.qml @@ -55,10 +55,7 @@ Loader { wrapMode: ShaderEffectSource.ClampToEdge format: ShaderEffectSource.RGBA - - // Enabling smooth with a low burnInQuality causes bad artifacts because the FBO - // has different values when it's read back. This lowers the quality, but makes it more consistent. - smooth: true //appSettings.burnInQuality === 1.0 + smooth: true visible: false