Do I need to .QueueFloodFill() if I know everything is still reachable? Can it be skipped?

No obstacle I create is next to another obstacle. All parts of the map are always reachable. Can I skip the flood fill?
thanks

As it is currently implemented, yes, you can skip the flood fill completely if you know that these conditions hold.