Merge pull request #50052 from Valeryn4/Valeryn4-Fix-GridMap

This commit is contained in:
Rémi Verschelde 2021-07-01 20:08:22 +02:00 committed by GitHub
commit 382ddd497a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -780,7 +780,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();