This commit is contained in:
Michele Scandura 2021-08-27 10:54:58 +01:00
parent fd25025889
commit 36134e1ea5
2 changed files with 3 additions and 2 deletions

View file

@ -756,7 +756,7 @@ item.Background= new NinePatchRegion(
var visibleTilesY = GraphicsDevice.Viewport.Height / _state.TileSize + 1;
DrawMap();
ApplyShaderToMap();
//ApplyShaderToMap();
_spriteBatch.Begin(
transformMatrix: Matrix.CreateTranslation(_viewportCenter),
@ -764,7 +764,7 @@ item.Background= new NinePatchRegion(
DrawTiles();
DrawWalls();
//DrawWalls();
DrawOverlays();