Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Mar 31, 2023
1 parent b29c8a9 commit e73121a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rendering/SceneManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2367,7 +2367,8 @@ SceneManagerPrivate::LoadTrajectories(const sdf::Actor &_actor,

if (_meshSkel)
{
// Animations are offset by 1 because index 0 is taken by the mesh name
// Animations are offset by 1 because index 0 is taken by the mesh
// name
auto animation = _actor.AnimationByIndex(trajInfo.AnimIndex() - 1);

if (animation && animation->InterpolateX() && _meshSkel)
Expand Down

0 comments on commit e73121a

Please sign in to comment.