MaddyThorson/StrawberryBF

Crash at startup

Closed this issue · 2 comments

Hi,

thank you for the source code.
It crash at startup inside Check(Grid grid, Point offset) function (row 319)
The grid var is a null value, I simply add

if ( grid == null ) return false;

and it works!

Thanks. That happened to me too.

Thanks! Fixed :)