From d61dae5ab4c983f141e8ce484cf22d77f7b18dda Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Mon, 17 Dec 2018 00:36:22 +0100 Subject: [PATCH] Let's reenable smoothing in burnin to see which artifact is actually better. --- app/qml/BurnInEffect.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/qml/BurnInEffect.qml b/app/qml/BurnInEffect.qml index 678bd65..644eb4f 100644 --- a/app/qml/BurnInEffect.qml +++ b/app/qml/BurnInEffect.qml @@ -58,7 +58,7 @@ Loader { // 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: appSettings.burnInQuality === 1.0 + smooth: true //appSettings.burnInQuality === 1.0 visible: false