mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Removed internal access modifier. (#675)
good catch, this should be private
This commit is contained in:
parent
3cd2400431
commit
375303297c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user