Removed internal access modifier. (#675)

good catch,  this should be private
This commit is contained in:
rodolphito 2019-03-27 15:22:21 -07:00 committed by Paul Pacheco
parent 3cd2400431
commit 375303297c

View File

@ -433,7 +433,7 @@ public void ClearAllDirtyBits()
} }
} }
internal bool AnySyncObjectDirty() bool AnySyncObjectDirty()
{ {
// note: don't use Linq here. 1200 networked objects: // note: don't use Linq here. 1200 networked objects:
// Linq: 187KB GC/frame;, 2.66ms time // Linq: 187KB GC/frame;, 2.66ms time