fix dirty tile tracking

This commit is contained in:
1brucben
2025-05-26 19:39:36 +02:00
parent 4b7355205e
commit 1c2b814e63
+3 -4
View File
@@ -246,11 +246,10 @@ export class TerritoryLayer implements Layer {
clippedW,
clippedH,
);
// Reset dirty tracking
this.minDirtyX = this.minDirtyY = Infinity;
this.maxDirtyX = this.maxDirtyY = -1;
}
// Reset dirty tracking
this.minDirtyX = this.minDirtyY = Infinity;
this.maxDirtyX = this.maxDirtyY = -1;
}
}
if (this.alternativeView) {