Skip to content

Commit

Permalink
[iOS] padding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juraskrlec committed Apr 29, 2020
1 parent bca212e commit c4f65b2
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 204 deletions.
2 changes: 1 addition & 1 deletion BlinkID/recognizers/blinkIdCombinedRecognizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export class BlinkIdCombinedRecognizer extends Recognizer {
*
*
*/
this.paddingEdge = 0.0f;
this.paddingEdge = 0.0;

/**
* Sets whether face image from ID card should be extracted
Expand Down
2 changes: 1 addition & 1 deletion BlinkID/recognizers/blinkIdRecognizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export class BlinkIdRecognizer extends Recognizer {
*
*
*/
this.paddingEdge = 0.0f;
this.paddingEdge = 0.0;

/**
* Sets whether face image from ID card should be extracted
Expand Down
Loading

0 comments on commit c4f65b2

Please sign in to comment.