Hi guys, I've got a simple bool 2D array that is set to false by default. I'm filling it with random 'true' values.
I am then trying to make it symmetrical
i.e. array[j] = array[j]
However, this doesnt seem to be working and I was wondering why. I've been trying it all evening.
Any suggestions?