Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina committed Apr 9, 2021
1 parent 274fe3d commit 8d35373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EntityComponentManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ void EntityComponentManager::SetChanged(
}
else if (_c == ComponentState::OneTimeChange)
{
this->dataPtr->periodicChangedComponents.erase(key});
this->dataPtr->periodicChangedComponents.erase(key);
this->dataPtr->oneTimeChangedComponents.insert(key);
}
else
Expand Down

0 comments on commit 8d35373

Please sign in to comment.