From 9e3d4d3c8d22d7594b19ffacce979035d0b71be3 Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Sun, 7 Apr 2019 17:39:35 +0200 Subject: [PATCH] MariENB FNV 2.6.1 --- enbseries/VERSION | 2 +- enbseries/menbeffectfilters.fx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/enbseries/VERSION b/enbseries/VERSION index c0dc86a..7b32aa8 100644 --- a/enbseries/VERSION +++ b/enbseries/VERSION @@ -1 +1 @@ -2.6.0nv "Merely Pretending" +2.6.1nv "Merely Pretending" diff --git a/enbseries/menbeffectfilters.fx b/enbseries/menbeffectfilters.fx index 92cb1ec..961fa81 100644 --- a/enbseries/menbeffectfilters.fx +++ b/enbseries/menbeffectfilters.fx @@ -380,8 +380,8 @@ float4 PS_Mari( VS_OUTPUT_POST IN, float2 vPos : VPOS ) : COLOR if ( gradeenable2 ) res.rgb = GradingColorize(res.rgb); if ( gradeenable3 ) res.rgb = GradingHSV(res.rgb); } - if ( lutenable ) res.rgb = GradingLUT(res.rgb); if ( techenable ) res.rgb = Technicolor(res.rgb); + if ( lutenable ) res.rgb = GradingLUT(res.rgb); if ( !nbt && ne ) res.rgb = FilmGrain(res.rgb,coord); res.rgb = _r5.rgb*_r5.a + res.rgb*(1.0-_r5.a); if ( dodither ) res.rgb = Dither(res.rgb,coord);