Several improvements to GridMap.
Fixed crash when undoing. More ergonomic shortcuts. Fixed freelook navigation.
This commit is contained in:
parent
5cb1d064bc
commit
1b7f99d9e5
3 changed files with 119 additions and 84 deletions
|
|
@ -747,7 +747,6 @@ void GridMap::_update_octants_callback() {
|
|||
}
|
||||
|
||||
while (to_delete.front()) {
|
||||
memdelete(octant_map[to_delete.front()->get()]);
|
||||
octant_map.erase(to_delete.front()->get());
|
||||
to_delete.pop_back();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue