From 4838b51b9d848f1dffe2486de4e10bee10544a16 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Mon, 22 Jul 2024 10:03:38 +0000 Subject: [PATCH] Convert xbrz.cpp to utf-8 --- client/xBRZ/xbrz.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/xBRZ/xbrz.cpp b/client/xBRZ/xbrz.cpp index 8e196dd9a..625e4da44 100644 --- a/client/xBRZ/xbrz.cpp +++ b/client/xBRZ/xbrz.cpp @@ -420,7 +420,7 @@ void blendPixel(const Kernel_3x3& ker, return true; //make sure there is no second blending in an adjacent rotation for this pixel: handles insular pixels, mario eyes - if (getTopR(blend) != BLEND_NONE && !eq(e, g)) //but support double-blending for 90° corners + if (getTopR(blend) != BLEND_NONE && !eq(e, g)) //but support double-blending for 90° corners return false; if (getBottomL(blend) != BLEND_NONE && !eq(e, c)) return false;