Fix triangle drawing with hexes

This commit is contained in:
Mitchell McCaffrey
2021-02-13 10:00:30 +11:00
parent 85270859bb
commit c6d87baf99
2 changed files with 22 additions and 14 deletions

View File

@@ -125,7 +125,9 @@ function MapDrawing({
prevShape.shapeType,
prevShape.data,
brushPosition,
gridCellNormalizedSize
gridCellNormalizedSize,
mapWidth,
mapHeight
),
}));
}