asdfjkl / jfxchess

JFXChess - Chess Program
https://asdfjkl.github.io/jfxchess
GNU General Public License v2.0
100 stars 22 forks source link

Sometimes highlights irrelevant squares as last move #121

Closed futurelauncher closed 3 years ago

futurelauncher commented 3 years ago

Hi, Look at the move 50. Ke2, where highlighted squares are e7 and f6 instead of f3 and e2. Sometimes it works perfectly. jerry

asdfjkl commented 3 years ago

thanks for reporting.

can you confirm that this always happens if the board is flipped, i.e. black is on the lower and white on the upper side? If so, this is already fixed in a851a9df5c86382b322baf9e3d9c2b0871545eff and the fix will be released together with the next version...

futurelauncher commented 3 years ago

Yes, true! This always happens if the board is flipped.