fix
This commit is contained in:
parent
dea824605e
commit
0547b9eafd
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ impl Lookup {
|
||||||
res = r.0 & !rays.ray(b, d).0;
|
res = r.0 & !rays.ray(b, d).0;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Bitboard(res)
|
Bitboard(res | b.bitboard().0)
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue