tile perf improvements

This commit is contained in:
Evan
2025-01-10 14:38:28 -08:00
parent 5fca2f287b
commit 818fbbdcd5
3 changed files with 22 additions and 6 deletions
+1 -1
View File
@@ -399,7 +399,7 @@ export class GameImpl implements MutableGame {
(t.owner() as PlayerImpl)._borderTiles.delete(t);
t._isBorder = false
}
this.updates.push(t.toUpdate())
// this.updates.push(t.toUpdate())
}
}