This commit is contained in:
smiley
2023-03-08 22:39:07 +01:00
parent 29e8812b77
commit 4234541d45
12 changed files with 28 additions and 35 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ final class BitMatrix extends QRMatrix{
0x2BED, // 0010101111101101
];
private const FORMAT_INFO_MASK_QR = 0x5412;
private const FORMAT_INFO_MASK_QR = 0x5412; // 0101010000010010
private bool $mirror = false;