diff --git a/src/client/graphics/layers/TerritoryLayer.ts b/src/client/graphics/layers/TerritoryLayer.ts index a3d7eef8b..4444d7a0d 100644 --- a/src/client/graphics/layers/TerritoryLayer.ts +++ b/src/client/graphics/layers/TerritoryLayer.ts @@ -219,8 +219,6 @@ export class TerritoryLayer implements Layer { // Step 1: Get dirty rect const dx = this.minDirtyX; const dy = this.minDirtyY; - const dw = this.maxDirtyX - dx + 1; - const dh = this.maxDirtyY - dy + 1; // Step 2: Get visible bounds const [topLeft, bottomRight] =