Skip to content

Commit 59d8132

Browse files
committed
🚿
1 parent 90f4a4b commit 59d8132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/QRMatrix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public function check(int $x, int $y):bool{
361361
return false;
362362
}
363363

364-
return $this->isDark($this->get($x, $y));
364+
return $this->isDark($this->matrix[$y][$x]);
365365
}
366366

367367
/**

0 commit comments

Comments
 (0)