update to servicepoint v0.10.0
This commit is contained in:
parent
1ecd11a9e4
commit
252943be66
8 changed files with 13 additions and 13 deletions
|
@ -19,7 +19,7 @@ internal sealed class DrawMapStep(MapService map) : IDrawStep
|
|||
}
|
||||
}
|
||||
|
||||
public static void Draw(PixelGrid pixels, Map map)
|
||||
public static void Draw(Bitmap pixels, Map map)
|
||||
{
|
||||
for (ushort y = 0; y < MapService.PixelsPerColumn; y++)
|
||||
for (ushort x = 0; x < MapService.PixelsPerRow; x++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue