Skip to content

Commit

Permalink
Check HShift 2
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jul 30, 2024
1 parent b914aad commit 806fa73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ data class RoborazziOptions(
)

companion object {
val DefaultImageComparator = SimpleImageComparator(maxDistance = 0.007F, hShift = 1)
val DefaultImageComparator = SimpleImageComparator(maxDistance = 0.007F, hShift = 2)
val DefaultResultValidator = ThresholdValidator(0F)
}
}
Expand Down

0 comments on commit 806fa73

Please sign in to comment.