Remove extra ;

This commit is contained in:
wrexbe
2022-05-29 00:02:06 -07:00
committed by GitHub
parent 1e0babbd50
commit 5c132fdc9e

View File

@@ -115,7 +115,7 @@ namespace Content.MapRenderer.Painters
if (grid.LocalAABB.IsEmpty()) if (grid.LocalAABB.IsEmpty())
{ {
Console.WriteLine($"Warning: Grid {grid.Index} was empty. Skipping image rendering."); Console.WriteLine($"Warning: Grid {grid.Index} was empty. Skipping image rendering.");
continue;; continue;
} }
var tileXSize = grid.TileSize * TilePainter.TileImageSize; var tileXSize = grid.TileSize * TilePainter.TileImageSize;