You've already forked godot
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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user