From 375303297c97b8dce22329174a93117b4e4f16ea Mon Sep 17 00:00:00 2001 From: rodolphito Date: Wed, 27 Mar 2019 15:22:21 -0700 Subject: [PATCH] Removed internal access modifier. (#675) good catch, this should be private --- Assets/Mirror/Runtime/NetworkBehaviour.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Mirror/Runtime/NetworkBehaviour.cs b/Assets/Mirror/Runtime/NetworkBehaviour.cs index 9f3d32d75..cf3f85acd 100644 --- a/Assets/Mirror/Runtime/NetworkBehaviour.cs +++ b/Assets/Mirror/Runtime/NetworkBehaviour.cs @@ -433,7 +433,7 @@ public void ClearAllDirtyBits() } } - internal bool AnySyncObjectDirty() + bool AnySyncObjectDirty() { // note: don't use Linq here. 1200 networked objects: // Linq: 187KB GC/frame;, 2.66ms time