Hello, I am doing a minecraft clone. For that purpose, I use a GridMap to put voxels on it. WHen creating chunks, I sometimes have this error popping :
"
E 0:00:03.147 octant_update: Condition "!cell_map.has(E->get())" is true. Continuing.
<Source C++> modules/gridmap/grid_map.cpp:455 @ octant_update()
"
I have more or less understood what is the octant but i don't undersatnd why I have an error about it ? Also note taht there are some holes in the gridmap that shouldnt be there ! It may be related (see picture).
