smiley 2 years ago
parent
commit
59d8132392
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Data/QRMatrix.php

+ 1 - 1
src/Data/QRMatrix.php

@@ -361,7 +361,7 @@ class QRMatrix{
 			return false;
 			return false;
 		}
 		}
 
 
-		return $this->isDark($this->get($x, $y));
+		return $this->isDark($this->matrix[$y][$x]);
 	}
 	}
 
 
 	/**
 	/**