Преглед изворни кода

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())
                 {