Skip to content

Commit 7e1c765

Browse files
committed
🚿
1 parent 0ec485a commit 7e1c765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/MaskPatternTester.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ protected function testLevel3(array $m, int $size):int{
153153

154154
if(
155155
$x + 6 < $size
156-
&& $m[$y][$x]
156+
&& $val
157157
&& !$m[$y][$x + 1]
158158
&& $m[$y][$x + 2]
159159
&& $m[$y][$x + 3]
@@ -166,7 +166,7 @@ protected function testLevel3(array $m, int $size):int{
166166

167167
if(
168168
$y + 6 < $size
169-
&& $m[$y][$x]
169+
&& $val
170170
&& !$m[$y + 1][$x]
171171
&& $m[$y + 2][$x]
172172
&& $m[$y + 3][$x]

0 commit comments

Comments
 (0)