minor update

This commit is contained in:
Blaise Tine 2023-03-19 15:12:40 -04:00
parent 2063eadf8c
commit f32436a47e

View file

@ -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 {