Skip to content

Commit 5d0a83a

Browse files
committed
Fix comment
1 parent 12779fc commit 5d0a83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ROSIntegration/Private/ROSIntegrationGameInstance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static void UnsubscribeAndUnadvertiseAllTopics()
1313
for (TObjectIterator<UTopic> It; It; ++It)
1414
{
1515
UTopic* Topic = *It;
16-
Topic->Unadvertise(); // to make sure everything all topics are unadvertised on ROS side
16+
Topic->Unadvertise(); // to make sure all topics are unadvertised on ROS side
1717
Topic->Unsubscribe(); // to prevent messages arriving during shutdown from triggering subscription callbacks
1818
Topic->MarkAsDisconnected();
1919
}

0 commit comments

Comments
 (0)