We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4b5c6 commit ef41b2cCopy full SHA for ef41b2c
1 file changed
MLAPI/MonoBehaviours/Core/NetworkedBehaviour.cs
@@ -454,9 +454,9 @@ internal void SyncVarUpdate()
454
{
455
if (!syncVarInit)
456
SyncVarInit();
457
- SetDirtyness();
458
if (NetworkingManager.singleton.NetworkTime - lastSyncTime >= SyncVarSyncDelay)
459
+ SetDirtyness();
460
byte nonTargetDirtyCount = 0;
461
byte totalDirtyCount = 0;
462
byte dirtyTargets = 0;
0 commit comments