Skip to content

Commit e0c8e5b

Browse files
committed
remove cruft
1 parent 651887a commit e0c8e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DALib/Drawing/Graphics.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@ public static SKImage RenderImage(EfaFrame efa, EfaBlendingType efaBlendingType
187187
/// </param>
188188

189189
public static SKImage RenderMap(MapFile map, DataArchive seoDat, DataArchive iaDat, int foregroundPadding = 512,
190-
MapImageCache? cache = null, bool dotGuides = false)
190+
MapImageCache? cache = null)
191191
=> RenderMap(
192192
map,
193193
Tileset.FromArchive("tilea", seoDat),
194194
PaletteLookup.FromArchive("mpt", seoDat)
195195
.Freeze(),
196196
PaletteLookup.FromArchive("stc", iaDat)
197197
.Freeze(),
198-
iaDat, foregroundPadding, cache, dotGuides);
198+
iaDat, foregroundPadding, cache);
199199

200200
/// <summary>
201201
/// Renders a MapFile, given already extracted information

0 commit comments

Comments
 (0)