We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73b597 commit 9e4f0e5Copy full SHA for 9e4f0e5
com.unity.netcode.gameobjects/Runtime/Core/NetworkObject.cs
@@ -1713,7 +1713,7 @@ private void SetIsDestroying()
1713
return;
1714
}
1715
1716
- foreach(var childBehaviour in m_ChildNetworkBehaviours)
+ foreach (var childBehaviour in m_ChildNetworkBehaviours)
1717
{
1718
// Just ignore and continue processing through the entries
1719
if (!childBehaviour)
0 commit comments