Fix bug with fallback autodetection
This commit is contained in:
parent
ce30c6faa8
commit
98413534be
@ -435,7 +435,7 @@ class ArDetector {
|
|||||||
edges.right = 0; // THIS FUNCTION CAN PRESENTLY ONLY HANDLE LETTERBOX
|
edges.right = 0; // THIS FUNCTION CAN PRESENTLY ONLY HANDLE LETTERBOX
|
||||||
}
|
}
|
||||||
|
|
||||||
const letterbox = edges.top + edges.bottom;
|
let letterbox = edges.top + edges.bottom;
|
||||||
|
|
||||||
|
|
||||||
if (! this.fallbackMode) {
|
if (! this.fallbackMode) {
|
||||||
|
Loading…
Reference in New Issue
Block a user