From 43a5da358de9205c8ad9b71e493d1115ac3016bb Mon Sep 17 00:00:00 2001 From: Brick <6098371+0x1F9F1@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:02:52 +0100 Subject: [PATCH] Set ALLOWABLE_ERROR_BLENDED to 0 --- test/testautomation_render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testautomation_render.c b/test/testautomation_render.c index f8af4697d2..ddbb30913e 100644 --- a/test/testautomation_render.c +++ b/test/testautomation_render.c @@ -18,7 +18,7 @@ #define RENDER_COLOR_GREEN 0xFF00FF00 #define ALLOWABLE_ERROR_OPAQUE 0 -#define ALLOWABLE_ERROR_BLENDED 64 +#define ALLOWABLE_ERROR_BLENDED 0 #define CHECK_FUNC(FUNC, PARAMS) \ { \