Remove the ticks() % 5 gate in TerritoryLayer.spawnHighlight() so the spawn highlight redraws every frame instead of every 5th frame.

This commit is contained in:
evanpelle
2026-04-27 22:13:23 -06:00
parent 79ac66df3c
commit fc45410ee5
@@ -167,10 +167,6 @@ export class TerritoryLayer implements Layer {
}
private spawnHighlight() {
if (this.game.ticks() % 5 !== 0) {
return;
}
this.highlightContext.clearRect(
0,
0,