Skip to content

Commit 989304f

Browse files
style
Removing single white space after an (internal) comment...
1 parent 8bfad34 commit 989304f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/NetworkTransform/NetworkTransformOrderOfOperations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ protected override bool OnShouldInvoke(SpawnStage stage)
667667
{
668668
Debug.LogError($"[Client-{m_NetworkObject.NetworkManager.LocalClientId}] NetworkObject-{ReferenceTeleportHelperId} is not spawned on this client!");
669669
}
670-
// Check if it is the right stage and if the instance can teleport
670+
// Check if it is the right stage and if the instance can teleport
671671
return base.OnShouldInvoke(stage);
672672
}
673673

@@ -721,7 +721,7 @@ private bool CanTeleport()
721721

722722
protected override bool OnShouldInvoke(SpawnStage stage)
723723
{
724-
// Check if it is the right stage and if the instance can teleport
724+
// Check if it is the right stage and if the instance can teleport
725725
return base.OnShouldInvoke(stage) && CanTeleport();
726726
}
727727

0 commit comments

Comments
 (0)