Skip to content

Commit

Permalink
Update src/systems/user_commands/UserCommands.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
  • Loading branch information
bperseghetti and ahcorde authored Jan 16, 2024
1 parent d9e4129 commit 7cc1d95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/systems/user_commands/UserCommands.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1799,13 +1799,12 @@ bool VisualCommand::Execute()
if (subentities.size() == 1)
{
visualEntity = subentities[0];
gzmsg << "Using visual entity id: " << visualEntity << std::endl;
}
else
{
visualEntity = entities[0];
gzmsg << "Using visual entity id: " << visualEntity << std::endl;
}
gzmsg << "Using visual entity id: " << visualEntity << std::endl;
}
}

Expand Down

0 comments on commit 7cc1d95

Please sign in to comment.