We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b645f commit e9eec54Copy full SHA for e9eec54
com.unity.netcode.gameobjects/Runtime/Components/Helpers/ComponentController.cs
@@ -291,7 +291,7 @@ protected virtual void OnValidate()
291
gameObjectsToScan.Clear();
292
293
// Final (third) pass is to name each list element item as the component is normally viewed in the inspector view.
294
- foreach(var componentEntry in Components)
+ foreach (var componentEntry in Components)
295
{
296
if (!componentEntry.Component)
297
0 commit comments