Documentation update
Closed this issue · 1 comments
etherny commented
var tiles = new short[] { { 1, 0, 1 }, { 1, 0, 1 }, { 1, 1, 1 }, };
For
var tiles = new short[,] { { 1, 0, 1 }, { 1, 0, 1 }, { 1, 1, 1 }, };
valantonini commented
Thanks very much @etherny