Skip to content

Commit 1341aa0

Browse files
style
1 parent cab1983 commit 1341aa0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

com.unity.netcode.gameobjects/Runtime/Components/Helpers/ComponentController.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ internal bool GetRelativeEnabled(bool enabled)
5151
private List<PendingStateUpdate> m_PendingStateUpdates = new List<PendingStateUpdate>();
5252

5353
/// <summary>
54-
/// Invoke prior to setting the state
54+
/// Invoke prior to setting the state.
5555
/// </summary>
5656
internal bool QueueForDelay(bool enabled)
5757
{
@@ -140,8 +140,6 @@ internal PendingStateUpdate(ComponentControllerEntry componentControllerEntry, b
140140
}
141141
}
142142

143-
144-
145143
/// <summary>
146144
/// Handles enabling or disabling commonly used components, behaviours, RenderMeshes, etc.<br />
147145
/// Anything that derives from <see cref="Component"/> and has an enabled property can be added

0 commit comments

Comments
 (0)