diff --git a/src/control_any_sim/services/selection_group.py b/src/control_any_sim/services/selection_group.py index e4e82ac..6d2f6e8 100644 --- a/src/control_any_sim/services/selection_group.py +++ b/src/control_any_sim/services/selection_group.py @@ -121,6 +121,9 @@ def make_sim_selectable(self, sim_info): if sim_info.is_selectable: return + # request lod before adding to make sure everything is loaded + sim_info.request_lod(SimInfoLODLevel.ACTIVE) + self.client.add_selectable_sim_info(sim_info) currently_active_sim = self.client.active_sim_info