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

@@ -18,6 +18,7 @@ namespace OpenRA.Traits
{
public bool CombatGeometry;
public bool RenderGeometry;
public bool ScreenMap;
public bool DepthBuffer;
public bool ActorTags;
}