fix(portal): synchronize destination presentation state

This commit is contained in:
Erik 2026-07-16 21:17:13 +02:00
parent 4b1bceefbb
commit e95f55f25b
42 changed files with 2815 additions and 288 deletions

View file

@ -96,7 +96,7 @@ public class StreamingControllerTwoTierTests
// AddEntitiesToExistingLandblock canonicalizes incoming ids.
uint lbId = 0x3232FFFFu;
var lb = new LoadedLandblock(lbId, Heightmap: null!, Entities: System.Array.Empty<WorldEntity>());
state.AddLandblock(lb);
state.AddLandblock(lb, tier: LandblockStreamTier.Far);
Assert.Empty(state.Entities);
// Streamer pushes a Promoted result carrying the full near landblock.