"Object reference not set to an instance of an object"
code: https://github.com/axololly/chess/tree/main/Board.cs#L1073
not sure why this is happening. i changed the
not sure why this is happening. i changed the
Board from a class to a struct so it's no longer heap allocated (used in an engine, so these things matter) and now it's raising weird errors like thisGitHub
A chess move generator I made over the summer because my friends didn't want to go out with me. - axololly/chess