This commit is contained in:
smiley
2023-10-16 19:30:16 +02:00
parent 90f4a4bc66
commit 59d8132392
+1 -1
View File
@@ -361,7 +361,7 @@ class QRMatrix{
return false;
}
return $this->isDark($this->get($x, $y));
return $this->isDark($this->matrix[$y][$x]);
}
/**