Fix visibility toggle for baked GridMaps
This commit is contained in:
parent
a19ffe80da
commit
809d88b925
@ -715,6 +715,10 @@ void GridMap::_update_visibility() {
|
|||||||
RS::get_singleton()->instance_set_visible(mi.instance, is_visible_in_tree());
|
RS::get_singleton()->instance_set_visible(mi.instance, is_visible_in_tree());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (int i = 0; i < baked_meshes.size(); i++) {
|
||||||
|
RS::get_singleton()->instance_set_visible(baked_meshes[i].instance, is_visible_in_tree());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void GridMap::_queue_octants_dirty() {
|
void GridMap::_queue_octants_dirty() {
|
||||||
|
Loading…
Reference in New Issue
Block a user