consistent indentation with comment below

This commit is contained in:
vis2k 2019-09-12 10:45:27 +02:00
parent 1b37a2160e
commit 584cda0508

View File

@ -568,8 +568,8 @@ public void ClearAllDirtyBits()
// flush all unsynchronized changes in syncobjects // flush all unsynchronized changes in syncobjects
// note: don't use List.ForEach here, this is a hot path // note: don't use List.ForEach here, this is a hot path
// List.ForEach: 432b/frame // List.ForEach: 432b/frame
// for: 231b/frame // for: 231b/frame
for (int i = 0; i < syncObjects.Count; ++i) for (int i = 0; i < syncObjects.Count; ++i)
{ {
syncObjects[i].Flush(); syncObjects[i].Flush();