iigorr / pgn.net

Portable Game Notation (PGN) implementation in .NET
Other
33 stars 24 forks source link

Fix BoardSetup indexer bug #17

Closed Yokomojamo closed 8 years ago

Yokomojamo commented 8 years ago

When you try BoardSetup[Square] the indexer have a bug because it traduce the Square into file and rank (int,int) but not dismiss the file and rank index by 1.

iigorr commented 8 years ago

Hey @Yokomojamo! Thanks for the fix!