Performance in simpleUpdate

Hi everyone, i

in my game, the whole map is distributed into smaller parts (like a chessboard - i call them sectors). to check if node a touched node b, i just have to check all nodes inside the same sector and its neighbors.

the good old space partitioning is always useful :smiley: