From adc28267f76fbff6e027c957fd288f4c556ba45a Mon Sep 17 00:00:00 2001
From: JesusLuvsYooh <57072365+JesusLuvsYooh@users.noreply.github.com>
Date: Sun, 12 Feb 2023 16:05:27 +0000
Subject: [PATCH] Updated function name in code summary.
---
Assets/Mirror/Core/NetworkBehaviour.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Assets/Mirror/Core/NetworkBehaviour.cs b/Assets/Mirror/Core/NetworkBehaviour.cs
index 630d3af7f..e02e01d9e 100644
--- a/Assets/Mirror/Core/NetworkBehaviour.cs
+++ b/Assets/Mirror/Core/NetworkBehaviour.cs
@@ -185,7 +185,7 @@ public bool IsDirty() =>
// only check time if bits were dirty. this is more expensive.
NetworkTime.localTime - lastSyncTime >= syncInterval;
- /// Clears all the dirty bits that were set by SetDirtyBits()
+ /// Clears all the dirty bits that were set by SetSyncVarDirtyBit() (formally SetDirtyBits)
// automatically invoked when an update is sent for this object, but can
// be called manually as well.
public void ClearAllDirtyBits()