mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
consistent indentation with comment below
This commit is contained in:
parent
1b37a2160e
commit
584cda0508
@ -568,8 +568,8 @@ public void ClearAllDirtyBits()
|
||||
|
||||
// flush all unsynchronized changes in syncobjects
|
||||
// note: don't use List.ForEach here, this is a hot path
|
||||
// List.ForEach: 432b/frame
|
||||
// for: 231b/frame
|
||||
// List.ForEach: 432b/frame
|
||||
// for: 231b/frame
|
||||
for (int i = 0; i < syncObjects.Count; ++i)
|
||||
{
|
||||
syncObjects[i].Flush();
|
||||
|
Loading…
Reference in New Issue
Block a user