Description:
Fix rendering of selected areas.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -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. |
|
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