Skip to content

Commit 45c8886

Browse files
style
removing partial comment and whitespace.
1 parent 09f6bb2 commit 45c8886

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ private void InitDriver()
439439
out m_UnreliableSequencedFragmentedPipeline,
440440
out m_ReliableSequencedPipeline);
441441
#if UNITY_6000_2_OR_NEWER
442-
// TODO-FIXME: This is to work around the
443442
TransportInitialized?.Invoke(GetEntityId(), m_Driver);
444443
#else
445444
TransportInitialized?.Invoke(GetInstanceID(), m_Driver);

0 commit comments

Comments
 (0)