Skip to content

Commit 06e7353

Browse files
committed
style: Removed legacy comment
1 parent 0b27e21 commit 06e7353

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MLAPI/MonoBehaviours/Core/NetworkedBehaviour.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,6 @@ private bool CouldHaveDirtyVars()
415415

416416
internal static void HandleNetworkedVarDeltas(List<INetworkedVar> networkedVarList, Stream stream, uint clientId, NetworkedBehaviour logInstance)
417417
{
418-
// TODO: Lot's of performance improvements to do here.
419-
420418
using (PooledBitReader reader = PooledBitReader.Get(stream))
421419
{
422420
for (int i = 0; i < networkedVarList.Count; i++)

0 commit comments

Comments
 (0)