Remove extra ;

This commit is contained in:
wrexbe 2022-05-29 00:02:06 -07:00 committed by GitHub
parent 1e0babbd50
commit 5c132fdc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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