Remove extra ;
This commit is contained in:
parent
1e0babbd50
commit
5c132fdc9e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue