Skip to content

Commit

Permalink
Check HShift 1
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jul 30, 2024
1 parent 4174240 commit b914aad
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)
val DefaultImageComparator = SimpleImageComparator(maxDistance = 0.007F, hShift = 1)
val DefaultResultValidator = ThresholdValidator(0F)
}
}
Expand Down

0 comments on commit b914aad

Please sign in to comment.