Skip to content

Commit

Permalink
add TODO note for supporting nested models
Browse files Browse the repository at this point in the history
Signed-off-by: Ashton Larkin <[email protected]>
  • Loading branch information
adlarkin committed Sep 22, 2021
1 parent 27c89de commit f07c592
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/systems/label/Label.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ void Label::Configure(const Entity &_entity,
}
else if (_ecm.EntityHasComponentType(_entity, components::Model::typeId))
{
// TODO(anyone) add support for nested models. We will need to check for
// child models and their respective links/visuals

// Get link childern of parent model
auto links = _ecm.ChildrenByComponents<components::Link>(
_entity, components::Link());
Expand Down

0 comments on commit f07c592

Please sign in to comment.