You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
committed by
Rémi Verschelde
parent
e5fd6a5086
commit
1747becfc7
@@ -827,6 +827,7 @@ 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_front();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user