Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ostaf committed Oct 24, 2013
1 parent 459b8ac commit 0297b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ClientServices/Map/Tiles/Wall/Wall.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ private void RenderOccluder(Direction d, Direction from, float x, float y, int t
public override void RenderPos(float x, float y, int tileSpacing, int lightSize)
{

Gorgon.CurrentRenderTarget.FilledRectangle(x, y, bounds.Width,
bounds.Height, Color.Black);
//Gorgon.CurrentRenderTarget.FilledRectangle(x, y, bounds.Width,
//bounds.Height, Color.Black);



Expand Down

0 comments on commit 0297b49

Please sign in to comment.