mirror of https://github.com/godotengine/godot
parent
cd64bcdae5
commit
d3dab1d06c
|
|
@ -778,7 +778,7 @@ void GridMap::_update_octants_callback() {
|
|||
|
||||
while (to_delete.front()) {
|
||||
octant_map.erase(to_delete.front()->get());
|
||||
to_delete.pop_back();
|
||||
to_delete.pop_front();
|
||||
}
|
||||
|
||||
_update_visibility();
|
||||
|
|
|
|||
Loading…
Reference in New Issue