small changes

This commit is contained in:
Michele 2021-08-28 15:38:57 +01:00
parent 04243cf088
commit 7cfe04c0db

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),