Minor refactor to address CR

Signed-off-by: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com>
monroegm-disable-blank-issue-2
AMZN-Olex 4 years ago
parent 9e31c3ebf5
commit 2637fa45b8

@ -103,12 +103,7 @@ namespace Multiplayer
bool NetworkHierarchyChildComponent::IsHierarchicalChild() const
{
if (GetHierarchyRoot() != InvalidNetEntityId)
{
return true;
}
return false;
return GetHierarchyRoot() != InvalidNetEntityId;
}
AZ::Entity* NetworkHierarchyChildComponent::GetHierarchicalRoot() const

Loading…
Cancel
Save