Description:
Fix rendering of selected areas.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r242:a499a73bfdc7 -

@@ -50,7 +50,7
50 )
50 )
51 {
51 {
52 Tile.DrawOutlinedSquares(batch, areaComponent.squares, Color.Teal);
52 Tile.DrawOutlinedSquares(batch, areaComponent.squares, Color.Teal);
53 Quad.FillSquares(batch, areaComponent.squares, Color.Gray, 0.5f, 0.79f);
53 Quad.FillSquares(batch, areaComponent.squares, Color.Gray, 0.5f, 0.80f);
54 }
54 }
55 }
55 }
56 }
56 }
You need to be logged in to leave comments. Login now