Fix a comment and minor optimization to the server to client replication window

This commit is contained in:
karlberg
2021-05-06 17:35:48 -07:00
parent e7f0bc9ee2
commit 4b1fe9b10b
3 changed files with 13 additions and 14 deletions
@@ -71,7 +71,7 @@ namespace AzFramework
{
AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::AzFramework);
// ignore any entity that might activate which does not have a TransformComponent
// ignore any entity that might deactivate which does not have a TransformComponent
if (entity->GetTransform() == nullptr)
{
return;