You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
committed by
Rémi Verschelde
parent
c90766cc38
commit
686a27b278
@@ -813,7 +813,7 @@ void GridMap::_update_octants_callback() {
|
|||||||
|
|
||||||
while (to_delete.front()) {
|
while (to_delete.front()) {
|
||||||
octant_map.erase(to_delete.front()->get());
|
octant_map.erase(to_delete.front()->get());
|
||||||
to_delete.pop_back();
|
to_delete.pop_front();
|
||||||
}
|
}
|
||||||
|
|
||||||
_update_visibility();
|
_update_visibility();
|
||||||
|
|||||||
Reference in New Issue
Block a user