mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
Merged master
This commit is contained in:
commit
d1e263acac
@ -185,7 +185,7 @@ public bool IsDirty() =>
|
|||||||
// only check time if bits were dirty. this is more expensive.
|
// only check time if bits were dirty. this is more expensive.
|
||||||
NetworkTime.localTime - lastSyncTime >= syncInterval;
|
NetworkTime.localTime - lastSyncTime >= syncInterval;
|
||||||
|
|
||||||
/// <summary>Clears all the dirty bits that were set by SetDirtyBits()</summary>
|
/// <summary>Clears all the dirty bits that were set by SetSyncVarDirtyBit() (formally SetDirtyBits)</summary>
|
||||||
// automatically invoked when an update is sent for this object, but can
|
// automatically invoked when an update is sent for this object, but can
|
||||||
// be called manually as well.
|
// be called manually as well.
|
||||||
public void ClearAllDirtyBits()
|
public void ClearAllDirtyBits()
|
||||||
|
Loading…
Reference in New Issue
Block a user