Add a debug visualization for screen map rectangles.

This commit is contained in:
Paul Chote
2017-12-03 23:06:48 +00:00
committed by reaperrr
parent 0f512088d2
commit 9d2935935c
9 changed files with 59 additions and 1 deletions

View File

@@ -133,5 +133,7 @@ namespace OpenRA.Primitives
}
}
}
public IEnumerable<Rectangle> ItemBounds { get { return itemBounds.Values; } }
}
}