From 3d5ee0ec704416032f02f22f815162e2facc809c Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Fri, 1 Aug 2014 00:36:19 +0200 Subject: [PATCH] Disabled mono channel textures which were unsupported on some systems. --- app/PreprocessedTerminal.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/PreprocessedTerminal.qml b/app/PreprocessedTerminal.qml index 9f82954..39a07cf 100644 --- a/app/PreprocessedTerminal.qml +++ b/app/PreprocessedTerminal.qml @@ -220,7 +220,7 @@ Item{ id: finalSource sourceItem: blurredterminal sourceRect: frame.sourceRect - format: ShaderEffectSource.Alpha + //format: ShaderEffectSource.Alpha hideSource: true } ShaderEffect { @@ -345,7 +345,7 @@ Item{ wrapMode: ShaderEffectSource.Repeat smooth: true hideSource: true - format: ShaderEffectSource.Alpha + //format: ShaderEffectSource.Alpha } // RASTERIZATION ////////////////////////////////////////////////////////// @@ -421,6 +421,6 @@ Item{ sourceItem: rasterizationContainer hideSource: true smooth: true - format: ShaderEffectSource.Alpha + //format: ShaderEffectSource.Alpha } }