Fix VisibleCellsInsideBounds.

This commit is contained in:
Paul Chote
2015-06-20 17:42:38 +01:00
parent 40d018aaf3
commit 198a51e5e0

View File

@@ -271,7 +271,7 @@ namespace OpenRA.Graphics
{
if (cellsDirty)
{
cells = CalculateVisibleCells(false);
cells = CalculateVisibleCells(true);
cellsDirty = false;
}