Skip to content

Commit

Permalink
Merge branch 'arjo/fix/scene_broadcaster_track_changes' of github.com…
Browse files Browse the repository at this point in the history
…:gazebosim/gz-sim into arjo/fix/scene_broadcaster_track_changes
  • Loading branch information
arjo129 committed Jul 18, 2023
2 parents 33b66fc + 447cc20 commit 5c16828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ignition/gazebo/EntityComponentManager.hh
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ namespace ignition
/// hash map. It the component or entity was removed, it is removed from
/// the hashmap. This way the hashmap stores a list of components and
/// entities which have had periodic changes in the past and still
/// exit within the ECM.
/// exist within the ECM.
public: void PeriodicChangeEntityComponentMap(std::unordered_map<Entity,
std::unordered_set<ComponentTypeId>> &_changes) const;

Expand Down

0 comments on commit 5c16828

Please sign in to comment.