infinte loop detected . there is no loop , in a dungeon generator.

An infinite loop doesn’t have to be a For loop or a while loop, it might happen if you just do this:


Personally i would add a break point, and see what is happening, try it!

1 Like