1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Several improvements to GridMap.

Fixed crash when undoing.
More ergonomic shortcuts.
Fixed freelook navigation.
This commit is contained in:
Daniel J. Ramirez
2017-10-29 14:31:38 -06:00
parent 5cb1d064bc
commit 1b7f99d9e5
3 changed files with 119 additions and 84 deletions

View File

@@ -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();
}