浏览代码

Update Gem/Code/Source/Components/Multiplayer/EnergyBallComponent.cpp

Co-authored-by: Mike Balfour <[email protected]>
Signed-off-by: Karl Berg <[email protected]>
Karl Berg 2 年之前
父节点
当前提交
83dcff9937
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Gem/Code/Source/Components/Multiplayer/EnergyBallComponent.cpp

+ 1 - 1
Gem/Code/Source/Components/Multiplayer/EnergyBallComponent.cpp

@@ -279,7 +279,7 @@ namespace MultiplayerSample
         const Multiplayer::NetEntityId netEntityId = GetNetEntityId();
         AZ::Interface<AZ::IEventScheduler>::Get()->AddCallback([netEntityId]
             {
-                // Fetch the entity handle, ensure its still valid
+                // Fetch the entity handle, ensure it's still valid
                 const Multiplayer::ConstNetworkEntityHandle entityHandle = Multiplayer::GetNetworkEntityManager()->GetEntity(netEntityId);
                 if (entityHandle.Exists())
                 {