Skip to content

Commit

Permalink
sims in skewer are expected to have a hight lod level #30
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanNano committed Mar 15, 2020
1 parent 60b9da4 commit b2ec463
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/control_any_sim/services/selection_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2ec463

Please sign in to comment.