From 12ce58871119cf0d824a22bfce8b26f2f6106683 Mon Sep 17 00:00:00 2001 From: Robin Rolf Date: Tue, 30 Jan 2024 02:20:55 +0100 Subject: [PATCH] comment --- .../SpatialHashing/FastSpatialInterestManagement.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Mirror/Components/InterestManagement/SpatialHashing/FastSpatialInterestManagement.cs b/Assets/Mirror/Components/InterestManagement/SpatialHashing/FastSpatialInterestManagement.cs index 8b0a44c08..0ae18290b 100644 --- a/Assets/Mirror/Components/InterestManagement/SpatialHashing/FastSpatialInterestManagement.cs +++ b/Assets/Mirror/Components/InterestManagement/SpatialHashing/FastSpatialInterestManagement.cs @@ -48,7 +48,7 @@ public override void Rebuild(NetworkIdentity identity, bool initialize) public override bool OnCheckObserver(NetworkIdentity identity, NetworkConnectionToClient newObserver) { - // we build initial state during the normal loop too + // do nothing, we rebuild globally and individually in OnSpawned return false; }