Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
tinebp committed Sep 17, 2024
1 parent c5d4350 commit a967b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/draw3d/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ int main(int argc, char *argv[]) {

if (reference_file) {
auto reference_file_s = graphics::ResolveFilePath(reference_file, ASSETS_PATHS);
auto errors = CompareImages(output_file, reference_file_s.c_str(), FORMAT_A8R8G8B8, 1);
auto errors = CompareImages(output_file, reference_file_s.c_str(), FORMAT_A8R8G8B8);
if (0 == errors) {
std::cout << "PASSED!" << std::endl;
} else {
Expand Down

0 comments on commit a967b7f

Please sign in to comment.