From f32436a47ee1cc627d778d301cc74f9537cf8ef7 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Sun, 19 Mar 2023 15:12:40 -0400 Subject: [PATCH] minor update --- tests/regression/draw3d/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/draw3d/main.cpp b/tests/regression/draw3d/main.cpp index bbd705687..5a606cd24 100644 --- a/tests/regression/draw3d/main.cpp +++ b/tests/regression/draw3d/main.cpp @@ -545,7 +545,7 @@ int main(int argc, char *argv[]) { cleanup(); if (reference_file) { - auto errors = CompareImages(output_file, reference_file, FORMAT_A8R8G8B8); + auto errors = CompareImages(output_file, reference_file, FORMAT_A8R8G8B8, 1); if (0 == errors) { std::cout << "PASSED!" << std::endl; } else {